Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r authored Nov 7, 2024
1 parent 6383569 commit 0a2bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Build and package
run: |
cmake -S . -B build \
-DCMAKE_CXX_COMPILER=$(brew --prefix)/opt/llvm/bin/clang \
-DCMAKE_CXX_COMPILER=$(brew --prefix)/opt/llvm/bin/clang++ \
-DBUILD_PLUGIN_DEBUG=OFF \
-DBUILD_PLUGIN_DOCS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
Expand Down

0 comments on commit 0a2bb1d

Please sign in to comment.