Skip to content

Commit 265279b

Browse files
committed
maybe fix ci
1 parent 2f937f8 commit 265279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cargo fmt --check && deno fmt --check
3636
- name: Clippy
3737
if: contains(matrix.os, 'ubuntu')
38-
run: cargo clippy && deno lint
38+
run: cargo clippy --target=wasm32-unknown-unknown && deno lint
3939
- name: Build
4040
run: deno task build
4141
- name: Test

0 commit comments

Comments
 (0)