Skip to content

Commit 4201a00

Browse files
committed
CI: use nightly toolchain by default
1 parent efbe1ed commit 4201a00

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212

13+
- name: Install nightly Rust
14+
run: |
15+
rustup toolchain install nightly
16+
rustup default nightly
17+
1318
- name: Check rustfmt
1419
run: |
1520
rustup component add rustfmt --toolchain stable

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly

0 commit comments

Comments
 (0)