Skip to content

Commit 06f78ae

Browse files
committed
No more ninja
1 parent 74fc3bb commit 06f78ae

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
repository: isledecomp/MSVC600-8447
5656
path: msvc600sp3
5757

58-
- name: Setup Ninja
59-
uses: ./.github/actions/setup-ninja
60-
6158
- name: Setup cmake
6259
uses: jwlawson/actions-setup-cmake@v2
6360
with:
@@ -67,8 +64,8 @@ jobs:
6764
shell: cmd
6865
run: |
6966
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
67+
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "NMake Makefiles"
68+
cmake --build build
7269
7370
- name: Upload Artifact
7471
uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)