File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636 python-version : " 3.x"
3737
3838 - name : Build for Windows (Win32/x64)
39- if : runner.os == 'Windows' && runner.arch = = 'ARM64'
39+ if : runner.os == 'Windows' && runner.arch ! = 'ARM64'
4040 run : |
4141 cmake -A Win32 -B build_win32 -DSPM_ENABLE_SHARED=OFF -DSPM_DISABLE_EMBEDDED_DATA=ON -DCMAKE_INSTALL_PREFIX=build/root_win32
4242 cmake --build build_win32 --config Release --target install --parallel 8
4343 cmake -A x64 -B build_amd64 -DSPM_ENABLE_SHARED=OFF -DSPM_DISABLE_EMBEDDED_DATA=ON -DCMAKE_INSTALL_PREFIX=build/root_amd64
4444 cmake --build build_amd64 --config Release --target install --parallel 8
4545
4646 - name : Build for Windows (ARM64)
47- if : runner.os == 'Windows' && runner.arch ! = 'ARM64'
47+ if : runner.os == 'Windows' && runner.arch = = 'ARM64'
4848 run : |
4949 cmake -A arm64 -B build_arm64 -DSPM_ENABLE_SHARED=OFF -DSPM_DISABLE_EMBEDDED_DATA=ON -DCMAKE_INSTALL_PREFIX=build/root_arm64
5050 cmake --build build_arm64 --config Release --target install --parallel 8
You can’t perform that action at this time.
0 commit comments