From b9ebd52b3ff8a9a3c73858124083a49283e65eff Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 10 Aug 2024 13:06:24 +0200 Subject: [PATCH] CI: we now need the nightly toolchain as well --- .github/workflows/setup/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/setup/action.yml b/.github/workflows/setup/action.yml index 8f54b5b8d8..bf5749a7b1 100644 --- a/.github/workflows/setup/action.yml +++ b/.github/workflows/setup/action.yml @@ -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