dtolnay/rust-toolchain

This commit is contained in:
deep-soft
2023-11-23 16:47:54 +02:00
committed by GitHub
Unverified
parent 8abf2f768c
commit b4b08db778

View File

@@ -132,12 +132,11 @@ jobs:
shell: bash
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
targets: ${{ matrix.job.target }}
components: ''
- name: Show version information (Rust, cargo, GCC)
shell: bash