Skip to content

Commit

Permalink
More release build woes. Squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Aug 13, 2024
1 parent 7e80d8e commit 748a8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
matrix:
include:
- os: windows-latest
cmakeArgs: -G"Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
#cmakeArgs: -G"Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
cmakeArgs: -A x64
- os: macos-latest
cmakeArgs: -D"CMAKE_OSX_ARCHITECTURES=arm64;x86_64"
steps:
Expand Down

0 comments on commit 748a8e7

Please sign in to comment.