Skip to content

Commit

Permalink
ci: install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Dec 1, 2023
1 parent a8df2dc commit c70a597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "14"
- name: Setup Rust
uses: dsherret/rust-toolchain-file@v1
- uses: actions/setup-node@v4
Expand Down

0 comments on commit c70a597

Please sign in to comment.