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 c2b12fd commit cb082b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ jobs:
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'macos'
run: |
cargo install cbindgen
rustup target install x86_64-apple-darwin
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 cb082b8

Please sign in to comment.