From 9ee4a41ea8fd1d2c85f4019d9d75705b7fa74c65 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Fri, 15 Nov 2024 15:59:14 +0000 Subject: [PATCH] don't install llvm for check --- .github/workflows/ci-rs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 4ff95bac3..5585827d3 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -67,11 +67,6 @@ jobs: uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 - with: - version: "14.0" - env: true - name: Install CapnProto run: sudo apt-get install -y capnproto - name: Check formatting