Skip to content

Commit

Permalink
fix(ci): install LLVM manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 22, 2024
1 parent 08c6c3c commit 9a03636
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
uses: actions/checkout@v4

- name: Set up LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "17"
run: |
sudo apt-get update
sudo apt-get install -y lld llvm llvm-dev clang
- name: Set up Zig
uses: mlugg/setup-zig@v1

- name: Run `build`
run: |
zig build util_libs
zig build exes
zig build fmt
run: zig build

0 comments on commit 9a03636

Please sign in to comment.