File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments