Skip to content

Commit ee9f439

Browse files
committed
Use the nightly toolchain for tests
1 parent 2196349 commit ee9f439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
rustup set profile minimal
1717
rustup toolchain install stable -c rust-docs
18-
rustup default stable
18+
rustup default nightly
1919
2020
- name: Install mdbook
2121
run: |

0 commit comments

Comments
 (0)