Skip to content

Commit

Permalink
don't install llvm for check
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 15, 2024
1 parent 407d5d7 commit 9ee4a41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee4a41

Please sign in to comment.