Skip to content

Commit

Permalink
[master] Update build instructions for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhrr committed Jul 8, 2024
1 parent 8eca78d commit ad2930e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: brew install llvm@14
- run: PATH="/usr/local/opt/llvm@14/bin:$PATH" cmake . && make -j$(nproc) && make tests
- run: PATH="/opt/homebrew/opt/llvm@14/bin:$PATH" cmake . && make -j$(nproc) && make tests

0 comments on commit ad2930e

Please sign in to comment.