mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-28 23:17:37 +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
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
call .\msvc420\bin\VCVARS32.BAT x86
|
call .\msvc420\bin\VCVARS32.BAT x86
|
||||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles"
|
mkdir build
|
||||||
cmake --build build
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "NMake Makefiles"
|
||||||
|
cmake --build .
|
||||||
|
|
||||||
- name: Restore cached original binaries
|
- name: Restore cached original binaries
|
||||||
id: cache-original-binaries
|
id: cache-original-binaries
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user