Skip to content

Commit

Permalink
Use minimal profile when installing the toolchain
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
Urhengulas and jonas-schievink authored Aug 10, 2022
1 parent 9a7ef7f commit 2190b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# install Rust
- name: Install Rust toolchain
run: rustup toolchain install ${{ matrix.rust }}
run: rustup toolchain install --profile=minimal ${{ matrix.rust }}
- name: Set default Rust toolchain
run: rustup default ${{ matrix.rust }}
- name: Install Rust target for cross-compilation
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

# install Rust
- name: Install Rust toolchain
run: rustup toolchain install stable
run: rustup toolchain install --profile=minimal stable
- name: Set default Rust toolchain
run: rustup default stable
- name: Install Rust components
Expand Down

0 comments on commit 2190b78

Please sign in to comment.