|
14 | 14 | - uses: taiki-e/install-action@v2 |
15 | 15 | with: |
16 | 16 | tool: cargo-hack,cargo-minimal-versions |
17 | | - - run: rustup toolchain install ${{ matrix.tc }} |
| 17 | + - run: rustup toolchain install ${{ matrix.tc }} --component rust-std |
18 | 18 | - run: cargo +${{ matrix.tc }} test --all --all-features |
19 | 19 | test: |
20 | 20 | runs-on: ${{ matrix.os }} |
|
27 | 27 | - uses: taiki-e/install-action@v2 |
28 | 28 | with: |
29 | 29 | tool: cargo-hack,cargo-minimal-versions |
30 | | - - run: rustup toolchain install ${{ matrix.tc }} |
| 30 | + - run: rustup toolchain install ${{ matrix.tc }} --component rust-std |
31 | 31 | - run: cargo +${{ matrix.tc }} minimal-versions test --all --all-features |
32 | 32 | cross-compile: |
33 | 33 | runs-on: ${{ matrix.os }} |
|
48 | 48 | - uses: taiki-e/install-action@v2 |
49 | 49 | with: |
50 | 50 | tool: cargo-hack,cargo-minimal-versions |
51 | | - - run: rustup toolchain install ${{ matrix.tc }} |
| 51 | + - run: rustup toolchain install ${{ matrix.tc }} --component rust-std |
52 | 52 | - run: rustup target add ${{ matrix.cc }} |
53 | 53 | - run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }} |
54 | 54 | cross-compile-ios: |
|
63 | 63 | - uses: taiki-e/install-action@v2 |
64 | 64 | with: |
65 | 65 | tool: cargo-hack,cargo-minimal-versions |
66 | | - - run: rustup toolchain install ${{ matrix.tc }} |
| 66 | + - run: rustup toolchain install ${{ matrix.tc }} --component rust-std |
67 | 67 | - run: rustup target add ${{ matrix.cc }} |
68 | 68 | - run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }} |
0 commit comments