Skip to content

Commit

Permalink
Pin WASM / packed SIMD tests to nightly-2022-01-17 (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jan 19, 2022
1 parent 9d637a4 commit d68c4ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly]
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
rust: [nightly-2022-01-17]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -345,7 +346,8 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly]
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
rust: [nightly-2022-01-17]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit d68c4ae

Please sign in to comment.