diff --git a/.github/workflows/cordova_publish.yml b/.github/workflows/cordova_publish.yml index f79b758aae..ebb75ad4c8 100644 --- a/.github/workflows/cordova_publish.yml +++ b/.github/workflows/cordova_publish.yml @@ -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 }}