Skip to content

Commit 64975a3

Browse files
committed
Remove wasm target from CI
1 parent dc8b5b2 commit 64975a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- name: Build
2121
run: cargo build --all-features --profile ci --verbose
22-
- name: Build wasm
23-
run: cargo build --all-features --profile ci --verbose --package dunge --target=wasm32-unknown-unknown
2422
- name: Clippy
2523
run: cargo clippy --all-features --profile ci
2624
- name: Install vulkan

0 commit comments

Comments
 (0)