Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r authored Aug 17, 2024
1 parent 9980aa2 commit f668487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: sudo install -d -o $UID -m 755 /opt/local

- name: Install dependencies available at homebrew
run: brew install sparkle # fortunately homebrew ships sparkle as universal binary
run: brew install clang # sparkle # fortunately homebrew ships sparkle as universal binary

- uses: actions/checkout@v3

Expand Down Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Build and package
run: |
cmake -S . -B build \
-DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm/bin/clang++
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DBUILD_TEMPLATE=OFF \
-DBUILD_DEBUG=OFF \
Expand Down

0 comments on commit f668487

Please sign in to comment.