Skip to content

Commit 119e552

Browse files
committed
maybe now
1 parent 2a80f0b commit 119e552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- uses: taiki-e/install-action@v2
5151
with:
5252
tool: cargo-hack,cargo-minimal-versions
53-
- run: rustup set profile default
54-
- run: rustup target add ${{ matrix.cc }}
53+
- run: rustup set profile minimal
5554
- run: rustup toolchain install ${{ matrix.tc }}
55+
- run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }}
5656
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}
5757
cross-compile-ios:
5858
runs-on: ${{ matrix.os }}
@@ -66,7 +66,7 @@ jobs:
6666
- uses: taiki-e/install-action@v2
6767
with:
6868
tool: cargo-hack,cargo-minimal-versions
69-
- run: rustup set profile default
70-
- run: rustup target add ${{ matrix.cc }}
69+
- run: rustup set profile minimal
7170
- run: rustup toolchain install ${{ matrix.tc }}
71+
- run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }}
7272
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}

0 commit comments

Comments
 (0)