Skip to content

Commit

Permalink
Remove wasm target from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Apr 13, 2024
1 parent dc8b5b2 commit 64975a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --all-features --profile ci --verbose
- name: Build wasm
run: cargo build --all-features --profile ci --verbose --package dunge --target=wasm32-unknown-unknown
- name: Clippy
run: cargo clippy --all-features --profile ci
- name: Install vulkan
Expand Down

0 comments on commit 64975a3

Please sign in to comment.