Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 21, 2023
1 parent 85d2820 commit 70bb9df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cordova_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ jobs:
run: cargo install cross

- name: Build library (release)
env:
RUSTFLAGS: "-C embed-bitcode"
run: |
cross rustc --release --target ${{ matrix.config.target }} -p wallet-uniffi --features builtin-bindgen -- -C link-args=-ldl
cross rustc --release --target ${{ matrix.config.target }} -p wallet-uniffi --features builtin-bindgen -- -C embed-bitcode
- name: Prepare package
run: mkdir -p jniLibs/${{ matrix.config.target }}
Expand Down

0 comments on commit 70bb9df

Please sign in to comment.