Skip to content

Commit

Permalink
Added clang to path during automated macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 11, 2024
1 parent 232ad1d commit f222d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Install LLVM and dependencies (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
export PATH=/opt/homebrew/opt/llvm@18/bin:$PATH
brew install llvm@18
brew install zstd
- name: Install LLVM and dependencies (Ubuntu)
Expand Down

0 comments on commit f222d48

Please sign in to comment.