We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73b68 commit 3399dcfCopy full SHA for 3399dcf
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@master
17
- name: Install Rust (rustup)
18
run: |
19
- rustup update ${{ matrix.rust }} --no-self-update
+ rustup toolchain install ${{ matrix.rust }} --no-self-update --profile minimal
20
rustup default ${{ matrix.rust }}
21
shell: bash
22
@@ -93,8 +93,9 @@ jobs:
93
94
95
96
- rustup update $MSRV --no-self-update
+ rustup toolchain install $MSRV --no-self-update --profile minimal
97
rustup default $MSRV
98
+ rustup toolchain install nightly --no-self-update --profile minimal
99
100
101
- run: cargo +nightly update -Zminimal
0 commit comments