Skip to content

Commit 2a80f0b

Browse files
committed
?
1 parent b2ec66a commit 2a80f0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

+4-4
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 minimal
54-
- run: rustup toolchain install ${{ matrix.tc }}
53+
- run: rustup set profile default
5554
- run: rustup target add ${{ matrix.cc }}
55+
- run: rustup toolchain install ${{ 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 minimal
70-
- run: rustup toolchain install ${{ matrix.tc }}
69+
- run: rustup set profile default
7170
- run: rustup target add ${{ matrix.cc }}
71+
- run: rustup toolchain install ${{ matrix.tc }}
7272
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}

0 commit comments

Comments
 (0)