Skip to content

Commit

Permalink
Properly escape CMAKE_OSX_ARCHITECTURES
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 12, 2024
1 parent 1040e50 commit 7bde914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: macos-latest,
cc: "clang", cxx: "clang++",
build_type: "Release",
cmake_flags: "-G Ninja -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64",
cmake_flags: "-G Ninja -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64'",
cpack_flags: "-G DragNDrop",
}
- {
Expand Down

0 comments on commit 7bde914

Please sign in to comment.