Skip to content

Commit

Permalink
🚀 version
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 28, 2024
1 parent 93f4b8e commit c2b12fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
- name: Install rust target and build (ios)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'ios')
run: |
cargo install cbindgen
rustup target install aarch64-apple-ios
cargo build --manifest-path native/jmbackend/platforms/ios/Cargo.toml --features= --lib --release --target=aarch64-apple-ios
cp native/jmbackend/platforms/ios/target/aarch64-apple-ios/release/librust.a ios/
Expand Down Expand Up @@ -300,6 +301,7 @@ jobs:
- name: Build (macos)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'macos'
run: |
cargo install cbindgen
rustup target install aarch64-apple-darwin
cargo build --manifest-path native/jmbackend/platforms/macos/Cargo.toml --release --target x86_64-apple-darwin
cargo build --manifest-path native/jmbackend/platforms/macos/Cargo.toml --release --target aarch64-apple-darwin
Expand Down

0 comments on commit c2b12fd

Please sign in to comment.