Skip to content

Commit d7e099f

Browse files
committed
fix(ci): use plural 'targets' input to install wasm32-wasip2 on macOS
1 parent ca7e34c commit d7e099f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
uses: actions-rust-lang/setup-rust-toolchain@v1
353353
with:
354354
toolchain: stable
355-
target: wasm32-wasip2
355+
targets: wasm32-wasip2
356356
components: clippy, rustfmt
357357

358358
- name: Install dependencies (macOS)

0 commit comments

Comments
 (0)