Skip to content

Commit

Permalink
use cross
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Mar 8, 2024
1 parent 90a7907 commit cfa60a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Build additional targets for Linux Jni
run: |
cargo install cross
cross build --target ${{ matrix.additional-rust-target }} -p dsnp-graph-sdk-jni --profile production
cross build +nightly --target ${{ matrix.additional-rust-target }} -p dsnp-graph-sdk-jni --profile production
cp target/${{ matrix.additional-rust-target }}/production/${{ matrix.java_library }} artifacts/${{ matrix.additional-rust-target }}_${{ matrix.java_library }}
if: matrix.os == 'ubuntu-latest' && matrix.additional-rust-target != ''

Expand Down

0 comments on commit cfa60a7

Please sign in to comment.