Skip to content

Commit 84ba6a8

Browse files
committed
updates
1 parent f8ab1ff commit 84ba6a8

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,21 @@ jobs:
4343
runs-on: windows-latest
4444

4545
steps:
46-
- uses: actions/checkout@v6
46+
- name: 'Checkout racers sources'
47+
uses: actions/checkout@v6
4748

48-
- uses: actions/checkout@v6
49+
- name: 'Checkout MSVC6 RTM toolchain'
50+
uses: actions/checkout@v6
4951
with:
5052
repository: isledecomp/MSVC600-8168
5153
path: msvc600
5254

53-
- uses: actions/checkout@v6
55+
- name: 'CHeckout MSVC6 SP3 toolchain'
56+
uses: actions/checkout@v6
5457
with:
5558
repository: isledecomp/MSVC600-8447
5659
path: msvc600sp3
5760

58-
- name: Setup cmake
59-
uses: jwlawson/actions-setup-cmake@v2
60-
with:
61-
cmake-version: '3.25.x'
62-
6361
- name: Build
6462
shell: cmd
6563
run: |

0 commit comments

Comments
 (0)