We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f400d9 commit f69412dCopy full SHA for f69412d
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
key: "wasm32-unknown-unknown"
89
cache-all-crates: "true"
90
save-if: ${{ github.ref == 'refs/heads/main' }}
91
- - run: cargo clippy -p anyrender --target wasm32-unknown-unknown --features webgl -- -D warnings
+ - run: cargo clippy -p anyrender --target wasm32-unknown-unknown -- -D warnings
92
- run: cargo clippy -p anyrender_vello --target wasm32-unknown-unknown -- -D warnings
93
- run: cargo clippy -p anyrender_vello_hybrid --target wasm32-unknown-unknown --features webgl -- -D warnings
94
0 commit comments