We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fc3bb commit 06f78aeCopy full SHA for 06f78ae
1 file changed
.github/workflows/build.yml
@@ -55,9 +55,6 @@ jobs:
55
repository: isledecomp/MSVC600-8447
56
path: msvc600sp3
57
58
- - name: Setup Ninja
59
- uses: ./.github/actions/setup-ninja
60
-
61
- name: Setup cmake
62
uses: jwlawson/actions-setup-cmake@v2
63
with:
@@ -67,8 +64,8 @@ jobs:
67
64
shell: cmd
68
65
run: |
69
66
call .\msvc600\VC98\Bin\VCVARS32.BAT x86
70
- cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "Ninja"
71
- cmake --build build --verbose
+ cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "NMake Makefiles"
+ cmake --build build
72
73
- name: Upload Artifact
74
uses: actions/upload-artifact@main
0 commit comments