Skip to content

Commit

Permalink
chore(ci): don't manually install wasm toolchain (#315)
Browse files Browse the repository at this point in the history
This is already specified in the toolchain file, so it needn't be
manually installed on CI.
  • Loading branch information
hawkw committed Apr 10, 2024
1 parent e4c57c1 commit a12e31f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- uses: actions/checkout@v2
- name: rust toolchain
run: rustup show
- name: add wasm target
run: rustup target add wasm32-unknown-unknown
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: extractions/setup-just@v1
- name: run just check
Expand All @@ -62,8 +60,6 @@ jobs:
- uses: actions/checkout@v2
- name: rust toolchain
run: rustup show
- name: add wasm target
run: rustup target add wasm32-unknown-unknown
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: extractions/setup-just@v1
- name: run just clippy
Expand Down

0 comments on commit a12e31f

Please sign in to comment.