Skip to content

Commit

Permalink
Fix ci (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Dec 13, 2024
1 parent fdb266e commit 4453e9f
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 4453e9f

Please sign in to comment.