CI: we now need the nightly toolchain as well
This commit is contained in:
parent
8197f07e0e
commit
feab324085
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ runs:
|
|||
run: cargo install -f rustup-toolchain-install-master hyperfine
|
||||
shell: bash
|
||||
|
||||
- name: Install nightly toolchain
|
||||
run: rustup toolchain install nightly --profile minimal
|
||||
shell: bash
|
||||
|
||||
- name: Install "master" toolchain
|
||||
run: |
|
||||
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue