Skip to content

Commit

Permalink
fix: CI on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
avkviring committed Apr 25, 2024
1 parent 3323fca commit 19e3b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/templates.build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: |
rustup override set 1.75.0
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
cargo build --manifest-path $REALTIME_CLIENT_MANIFEST_PATH --release --target x86_64-apple-darwin
cargo build --manifest-path $REALTIME_EMBEDDED_MANIFEST_PATH --release --target x86_64-apple-darwin
cargo build --manifest-path $REALTIME_CLIENT_MANIFEST_PATH --release --target aarch64-apple-darwin
Expand Down

0 comments on commit 19e3b3a

Please sign in to comment.