Skip to content

Commit

Permalink
Pin nightly version to bypass packed_simd build error (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored May 24, 2022
1 parent a14a1d3 commit 5cf06bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly]
rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly]
rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly]
rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit 5cf06bf

Please sign in to comment.