Skip to content

Commit

Permalink
no cross
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Mar 8, 2024
1 parent 91895d7 commit f90dbab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ jobs:

- name: Build additional targets for Linux Jni
run: |
cargo install cross
sudo apt-get -y install podman
cross build --target ${{ matrix.additional-rust-target }} -p dsnp-graph-sdk-jni --profile production
cargo build --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 f90dbab

Please sign in to comment.