We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ab1ff commit 84ba6a8Copy full SHA for 84ba6a8
1 file changed
.github/workflows/build.yml
@@ -43,23 +43,21 @@ jobs:
43
runs-on: windows-latest
44
45
steps:
46
- - uses: actions/checkout@v6
+ - name: 'Checkout racers sources'
47
+ uses: actions/checkout@v6
48
49
+ - name: 'Checkout MSVC6 RTM toolchain'
50
51
with:
52
repository: isledecomp/MSVC600-8168
53
path: msvc600
54
55
+ - name: 'CHeckout MSVC6 SP3 toolchain'
56
57
58
repository: isledecomp/MSVC600-8447
59
path: msvc600sp3
60
- - name: Setup cmake
- uses: jwlawson/actions-setup-cmake@v2
- with:
61
- cmake-version: '3.25.x'
62
-
63
- name: Build
64
shell: cmd
65
run: |
0 commit comments