Skip to content

Commit

Permalink
Remove asmjs-unknown-emscripten (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored Feb 25, 2024
1 parent 6c3d11b commit 4eec3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
asmjs-wasm32-test:
strategy:
matrix:
target: [asmjs-unknown-emscripten, wasm32-unknown-emscripten]
target: [wasm32-unknown-emscripten]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4eec3e3

Please sign in to comment.