Skip to content

Commit 0a33b8d

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ 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+
3841
- name: Install "master" toolchain
3942
run: |
4043
if [[ ${{ github.event_name }} == 'schedule' ]]; then

0 commit comments

Comments
 (0)