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