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 a20e26f commit 9d063f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
toolchain: stable
- name: Install LLVM
run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 16
- name: Run testsuite
run: cargo test

0 comments on commit 9d063f1

Please sign in to comment.