Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Oct 25, 2024
1 parent 2a80f0b commit 119e552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack,cargo-minimal-versions
- run: rustup set profile default
- run: rustup target add ${{ matrix.cc }}
- run: rustup set profile minimal
- run: rustup toolchain install ${{ matrix.tc }}
- run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }}
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}
cross-compile-ios:
runs-on: ${{ matrix.os }}
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack,cargo-minimal-versions
- run: rustup set profile default
- run: rustup target add ${{ matrix.cc }}
- run: rustup set profile minimal
- run: rustup toolchain install ${{ matrix.tc }}
- run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }}
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}

0 comments on commit 119e552

Please sign in to comment.