Skip to content

Commit

Permalink
chore: ensure clippy is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar authored Sep 22, 2023
1 parent 8477acd commit dc08b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Install Rust
run: rustup update nightly --no-self-update && rustup default nightly && rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown
run: rustup update nightly --no-self-update && rustup default nightly && rustup target add wasm32-wasi && rustup target add wasm32-unknown-unknown && rustup component add clippy
shell: bash
- name: Install Wasmtime
run: cargo install wasmtime-cli --locked --features="component-model" --git https://github.com/bytecodealliance/wasmtime --rev 848764a9412a1bd66de4087f5ba0670d61384af1
Expand Down

0 comments on commit dc08b18

Please sign in to comment.