Skip to content

Commit

Permalink
Use Homebrew to install LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester authored Jul 24, 2022
1 parent 567563b commit 2dd88ea
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@ jobs:
# https://github.com/marketplace/actions/setup-bazelisk
- name: install bazelisk
uses: bazelbuild/setup-bazelisk@v2
# https://github.com/marketplace/actions/install-llvm-and-clang
- name: Cache LLVM and Clang, Mount bazel cache
id: cache-llvm
uses: actions/cache@v3
with:
path: |
C:/Program Files/LLVM
./llvm
~/.cache/bazel
key: llvm-3.5
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "14.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: install llvm
# Must be Homebrew; GitHub Action's LLVM install doesn't work :/
run: brew install llvm
- name: build lol
run: |
bazel build //explorer
Expand Down

0 comments on commit 2dd88ea

Please sign in to comment.