Skip to content

Commit

Permalink
Forgot SYSTEM_VERSION for arm64ec release build
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Nov 1, 2024
1 parent c36fea5 commit 5c59802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- os: windows-latest
name: windows-arm64ec
cmakeArgs: -G"Visual Studio 17 2022" -A arm64ec -DSURGE_SKIP_LUA=TRUE
cmakeArgs: -G"Visual Studio 17 2022" -A arm64ec -DCMAKE_SYSTEM_VERSION=10 -DSURGE_SKIP_LUA=TRUE

- os: macos-latest
name: macos
Expand Down

0 comments on commit 5c59802

Please sign in to comment.