Skip to content

Commit d68c4ae

Browse files
authored
Pin WASM / packed SIMD tests to nightly-2022-01-17 (#1204)
1 parent 9d637a4 commit d68c4ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
strategy:
132132
matrix:
133133
arch: [amd64]
134-
rust: [nightly]
134+
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
135+
rust: [nightly-2022-01-17]
135136
container:
136137
image: ${{ matrix.arch }}/rust
137138
env:
@@ -345,7 +346,8 @@ jobs:
345346
strategy:
346347
matrix:
347348
arch: [amd64]
348-
rust: [nightly]
349+
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
350+
rust: [nightly-2022-01-17]
349351
container:
350352
image: ${{ matrix.arch }}/rust
351353
env:

0 commit comments

Comments
 (0)