Skip to content

Commit ed981c0

Browse files
committed
disable wasm tests on windows - gha wasmer install is failing
1 parent d33976c commit ed981c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macos-latest]
19+
os: [ubuntu-latest, macos-latest]
2020
toolchain: [stable, beta, nightly]
2121
features: ["", "--features std", "--features public_imp", "--features std,public_imp"]
2222
rustflags: ["", "-C target-feature=+simd128"]

0 commit comments

Comments
 (0)