Skip to content

Commit

Permalink
Revert "Pin nightly version to bypass packed_simd build error (apache…
Browse files Browse the repository at this point in the history
…#1743)"

This reverts commit 5cf06bf.
  • Loading branch information
viirya committed Jun 1, 2022
1 parent 5cf06bf commit 127fb34
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-2022-05-23]
rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2022-05-23]
rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2022-05-23]
rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit 127fb34

Please sign in to comment.