Skip to content

Commit

Permalink
Fixed automated macOS builds to work with updated GitHub actions runners
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 11, 2024
1 parent f222d48 commit 356a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +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 # For clang
brew install llvm@18
brew install zstd
- name: Install LLVM and dependencies (Ubuntu)
Expand Down

0 comments on commit 356a48e

Please sign in to comment.