diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 100ad6ea4..2ea473c50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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