File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 targets : wasm32-unknown-unknown
3333 - uses : actions/checkout@master
3434 - name : Run checks
35- run : cargo check --package iced --target wasm32-unknown-unknown
35+ run : cargo check --package iced --target wasm32-unknown-unknown --no-default-features --features "wgpu"
3636 - name : Check compilation of `tour` example
37- run : cargo build --package tour --target wasm32-unknown-unknown
37+ run : cargo build --package tour --target wasm32-unknown-unknown --no-default-features --features "wgpu"
3838 - name : Check compilation of `todos` example
39- run : cargo build --package todos --target wasm32-unknown-unknown
39+ run : cargo build --package todos --target wasm32-unknown-unknown --no-default-features --features "wgpu"
4040 - name : Check compilation of `integration` example
41- run : cargo build --package integration --target wasm32-unknown-unknown
41+ run : cargo build --package integration --target wasm32-unknown-unknown --no-default-features --features "wgpu"
You can’t perform that action at this time.
0 commit comments