Skip to content

Commit c9626c1

Browse files
authored
Use Rust nightly in CI
Needed for rust-lang/rust#93050
1 parent 3ba8a99 commit c9626c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Switch to nightly
20+
run: rustup default nightly
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests

0 commit comments

Comments
 (0)