Skip to content

Commit

Permalink
CI: we now need the nightly toolchain as well
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 10, 2024
1 parent d3fb2b8 commit 0a33b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ runs:
run: cargo install -f rustup-toolchain-install-master hyperfine
shell: bash

- name: Install nightly toolchain
run: rustup toolchain install nightly --profile minimal

- name: Install "master" toolchain
run: |
if [[ ${{ github.event_name }} == 'schedule' ]]; then
Expand Down

0 comments on commit 0a33b8d

Please sign in to comment.