Skip to content

Commit d3a3d51

Browse files
committed
Fix Clippy config
1 parent f733f0a commit d3a3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: WASI preview 1 (wasi.rs)
6363
run: cargo clippy -Zbuild-std=core --target wasm32-wasip1
6464
- name: WASI preview 2 (wasi.rs)
65-
run: cargo clippy -Zbuild-std==core,alloc --target wasm32-wasip2
65+
run: cargo clippy -Zbuild-std=core,alloc --target wasm32-wasip2
6666
- name: Windows 7 (windows7.rs)
6767
run: cargo clippy -Zbuild-std=core --target x86_64-win7-windows-msvc
6868
- name: Windows (windows.rs)

0 commit comments

Comments
 (0)