Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Dec 13, 2024
1 parent fdb266e commit 2126f8b
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 @@ -38,4 +38,4 @@ jobs:
brew install coreutils
brew install llvm@18
- name: Build
run: export PATH="/opt/homebrew/opt/llvm/bin:$PATH" && make all
run: export PATH="/opt/homebrew/opt/llvm@18/bin:$PATH" && make all

0 comments on commit 2126f8b

Please sign in to comment.