Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Oct 25, 2024
1 parent e87d6a7 commit 183643c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
tool: cargo-hack,cargo-minimal-versions
- run: rustup toolchain install ${{ matrix.tc }}
- run: rustup target add ${{ matrix.cc }}
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}
cross-compile-ios:
runs-on: ${{ matrix.os }}
Expand All @@ -63,4 +64,5 @@ jobs:
with:
tool: cargo-hack,cargo-minimal-versions
- run: rustup toolchain install ${{ matrix.tc }}
- run: rustup target add ${{ matrix.cc }}
- run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }}

0 comments on commit 183643c

Please sign in to comment.