Skip to content

Commit

Permalink
Remove stale clippy installations. (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom authored Mar 23, 2024
1 parent 9b657ae commit 2b0f846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_STABLE_VER }}
components: clippy

- name: install native dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -193,7 +192,6 @@ jobs:
with:
toolchain: ${{ env.RUST_STABLE_VER }}
targets: wasm32-unknown-unknown
components: clippy

# TODO: Find a way to make tests work. Until then the tests are merely compiled.
- name: cargo test compile
Expand Down

0 comments on commit 2b0f846

Please sign in to comment.