We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8b5b2 commit 64975a3Copy full SHA for 64975a3
.github/workflows/ci.yml
@@ -19,8 +19,6 @@ jobs:
19
- uses: actions/checkout@v3
20
- name: Build
21
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
24
- name: Clippy
25
run: cargo clippy --all-features --profile ci
26
- name: Install vulkan
0 commit comments