use nightly explicitly

This commit is contained in:
Corwin 2024-01-13 10:36:10 +00:00
parent 8e367ab6b6
commit e35bfd0636
No known key found for this signature in database

View file

@ -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: