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 fc718ec commit 413e8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cordova_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
run: cargo install cross

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

0 comments on commit 413e8ea

Please sign in to comment.