Skip to content

Commit

Permalink
Fix ci: nproc: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 24, 2024
1 parent 1f27e73 commit 5f293c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
submodules: recursive
- name: Install LLVM and Clang
run: brew install llvm@18
run: |
brew install coreutils
brew install llvm@18
- name: Build
run: export PATH="/opt/homebrew/opt/llvm/bin:$PATH" && make all

0 comments on commit 5f293c8

Please sign in to comment.