CI: we now need the nightly toolchain as well

This commit is contained in:
Ralf Jung 2024-08-10 13:06:24 +02:00
parent 8197f07e0e
commit feab324085

View file

@ -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