Skip to content

Commit

Permalink
Fix QCoro build command
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 11, 2024
1 parent f7c6713 commit 6f157d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Install QCoro
run: |
git clone https://github.com/danvratil/qcoro.git
cmake -S qcoro -B build-qcoro -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64 -DCMAKE_INSTALL_PREFIX=$HOME/install
cmake -S qcoro -B build-qcoro -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_INSTALL_PREFIX=$HOME/install
cmake --build build-qcoro
cmake --install build-qcoro

0 comments on commit 6f157d6

Please sign in to comment.