mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
use nightly explicitly
This commit is contained in:
parent
8e367ab6b6
commit
e35bfd0636
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
# RUSTUP_TOOLCHAIN: ${{ !github.event.schedule && 'nightly-2023-12-01' || 'nightly' }}
|
||||
RUSTUP_TOOLCHAIN: "nightly"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue