mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
CI: Fix MSVS build by not pinning the VS generator version
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
run: |
|
||||
mkdir out
|
||||
cd out
|
||||
cmake -G "Visual Studio 17 2022" -A ${{ matrix.arch }} -DCMAKE_COMPILE_WARNING_AS_ERROR=YES ../
|
||||
cmake -A ${{ matrix.arch }} -DCMAKE_COMPILE_WARNING_AS_ERROR=YES ../
|
||||
cmake --build . --config Release
|
||||
cmake --install . --prefix artifacts
|
||||
cp ../COPYING.txt artifacts/
|
||||
|
||||
Reference in New Issue
Block a user