Skip to content

Commit a12e31f

Browse files
committedApr 10, 2024·
chore(ci): don't manually install wasm toolchain (#315)
This is already specified in the toolchain file, so it needn't be manually installed on CI.
1 parent e4c57c1 commit a12e31f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
- uses: actions/checkout@v2
4444
- name: rust toolchain
4545
run: rustup show
46-
- name: add wasm target
47-
run: rustup target add wasm32-unknown-unknown
4846
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
4947
- uses: extractions/setup-just@v1
5048
- name: run just check
@@ -62,8 +60,6 @@ jobs:
6260
- uses: actions/checkout@v2
6361
- name: rust toolchain
6462
run: rustup show
65-
- name: add wasm target
66-
run: rustup target add wasm32-unknown-unknown
6763
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
6864
- uses: extractions/setup-just@v1
6965
- name: run just clippy

0 commit comments

Comments
 (0)
Please sign in to comment.