mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
use certain nightly version
This commit is contained in:
parent
3b823f5b30
commit
77fd9f810b
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Nightly rust with required components
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: nightly-2021-04-20
|
||||
components: clippy, rust-src
|
||||
override: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue