Skip to content

Commit b9ebd52

Browse files
committed
CI: we now need the nightly toolchain as well
1 parent d3fb2b8 commit b9ebd52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ runs:
3535
run: cargo install -f rustup-toolchain-install-master hyperfine
3636
shell: bash
3737

38+
- name: Install nightly toolchain
39+
run: rustup toolchain install nightly --profile minimal
40+
shell: bash
41+
3842
- name: Install "master" toolchain
3943
run: |
4044
if [[ ${{ github.event_name }} == 'schedule' ]]; then

0 commit comments

Comments
 (0)