From a20e26f49f16b813ec032cbbb569f582e969174c Mon Sep 17 00:00:00 2001 From: Zak Farmer Date: Sat, 4 Nov 2023 16:19:58 +0000 Subject: [PATCH] fix: actions --- .github/workflows/cargo-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cargo-tests.yml b/.github/workflows/cargo-tests.yml index 6106432..8238d52 100644 --- a/.github/workflows/cargo-tests.yml +++ b/.github/workflows/cargo-tests.yml @@ -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