Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Feb 9, 2024
1 parent a3d5dd2 commit 45ce725
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cross-android-cannot-find-lunwind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- run: rustup default ${{ matrix.rust_versoin }}
- uses: actions/checkout@v4
- name: Install cross
run: cd /tmp && curl -L https://github.com/cross-rs/cross/releases/download/v${CROSS_VERSION}/cross-x86_64-unknown-linux-musl.tar.gz | tar xzf -
- run: /tmp/cross build --target=${{ matrix.target }} --release --locked
run: cargo install cross --git https://github.com/cross-rs/cross#f272b470f999c7e588fbcf5c0a159d14b5485ff4
- run: cross build --target=${{ matrix.target }} --release --locked
working-directory: ./cross-android-cannot-find-lunwind


0 comments on commit 45ce725

Please sign in to comment.