mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
release: fix arm64 Visual Studio build directory
[skip ci]
This commit is contained in:

committed by
Anonymous Maarten

parent
2f2c3afb05
commit
3f1143b4f5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -340,7 +340,7 @@ jobs:
|
|||||||
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" `
|
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" `
|
||||||
-Werror=dev `
|
-Werror=dev `
|
||||||
-B build_arm64 -A ARM64
|
-B build_arm64 -A ARM64
|
||||||
cmake --build build_x64 --config Release --verbose
|
cmake --build build_arm64 --config Release --verbose
|
||||||
|
|
||||||
mingw:
|
mingw:
|
||||||
needs: [src]
|
needs: [src]
|
||||||
|
Reference in New Issue
Block a user