mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +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 }}" `
|
||||
-Werror=dev `
|
||||
-B build_arm64 -A ARM64
|
||||
cmake --build build_x64 --config Release --verbose
|
||||
cmake --build build_arm64 --config Release --verbose
|
||||
|
||||
mingw:
|
||||
needs: [src]
|
||||
|
Reference in New Issue
Block a user