mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
release: fix arm64 Visual Studio build directory
[skip ci]
This commit is contained in:
parent
2f2c3afb05
commit
3f1143b4f5
1 changed files with 1 additions and 1 deletions
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue