mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-28 15:07:38 +00:00
ci: i guess older cmake doesn't support this
This commit is contained in:
parent
4d88b3c6ea
commit
cb5d46234e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -56,8 +56,10 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
call .\msvc420\bin\VCVARS32.BAT x86
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles"
|
||||
cmake --build build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles"
|
||||
cmake --build .
|
||||
|
||||
- name: Restore cached original binaries
|
||||
id: cache-original-binaries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user