Skip to content

Commit feccf66

Browse files
committed
chore: typo
1 parent 5120772 commit feccf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
platform: ['', 'wasm32-unknown-unuknown']
13+
platform: ['', 'wasm32-unknown-unknown']
1414
feature: ['', 'cpal', 'mp3', 'all']
1515
steps:
1616
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
uses: dtolnay/rust-toolchain@stable
2121
with:
2222
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 }})
2424
run: |
2525
cargo clippy \
2626
${{ ( matrix.platform != '' ) && join('--target=', matrix.platform) }} \

0 commit comments

Comments
 (0)