File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- platform : ['', 'wasm32-unknown-unuknown ']
13
+ platform : ['', 'wasm32-unknown-unknown ']
14
14
feature : ['', 'cpal', 'mp3', 'all']
15
15
steps :
16
16
- uses : actions/checkout@v4
20
20
uses : dtolnay/rust-toolchain@stable
21
21
with :
22
22
targets : wasm32-unknown-unknown
23
- - name : clippy (${{ matrix.platform == '' && 'desktop' || matrix.platform }} - ${{ (matrix.feature == 'all' && 'all features') || (matrix.feature == '' && 'no feature') || matrix.feature }})
23
+ - name : clippy (${{ matrix.platform == '' && 'desktop' || 'wasm32' }} - ${{ (matrix.feature == 'all' && 'all features') || (matrix.feature == '' && 'no feature') || matrix.feature }})
24
24
run : |
25
25
cargo clippy \
26
26
${{ ( matrix.platform != '' ) && join('--target=', matrix.platform) }} \
You can’t perform that action at this time.
0 commit comments