File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
- uses : taiki-e/install-action@v2
51
51
with :
52
52
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
55
54
- run : rustup target add ${{ matrix.cc }}
55
+ - run : rustup toolchain install ${{ matrix.tc }}
56
56
- run : cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}
57
57
cross-compile-ios :
58
58
runs-on : ${{ matrix.os }}
66
66
- uses : taiki-e/install-action@v2
67
67
with :
68
68
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
71
70
- run : rustup target add ${{ matrix.cc }}
71
+ - run : rustup toolchain install ${{ matrix.tc }}
72
72
- run : cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}
You can’t perform that action at this time.
0 commit comments