Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 4, 2023
1 parent cd2cdb4 commit a20e26f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0"
- name: Install LLVM
run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- name: Run testsuite
run: cargo test

0 comments on commit a20e26f

Please sign in to comment.