Skip to content

Commit

Permalink
unpin nightly in CI (bevyengine#5385)
Browse files Browse the repository at this point in the history
# Objective

- Nightly was pinned after a Rust regression
- Rust regression has been fixed

## Solution

- Unpin nightly
  • Loading branch information
mockersf committed Jul 20, 2022
1 parent 222f2dd commit 35f99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CARGO_TERM_COLOR: always
NIGHTLY_TOOLCHAIN: nightly-2022-07-13
NIGHTLY_TOOLCHAIN: nightly

jobs:
build:
Expand Down

0 comments on commit 35f99a6

Please sign in to comment.