Skip to content

Commit

Permalink
Temporarily pin nightly version in CI (#428)
Browse files Browse the repository at this point in the history
The `rustix` crate fails to build on the current nightly, so let's pin
while that's sorted out.
  • Loading branch information
alexcrichton authored Dec 16, 2021
1 parent be942d7 commit 329087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rust: beta
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2021-12-10
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 329087b

Please sign in to comment.