ci: i guess older cmake doesn't support this

This commit is contained in:
itsmattkc 2023-06-29 14:00:10 -07:00
parent 4d88b3c6ea
commit cb5d46234e

View File

@ -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