Skip to content

Commit

Permalink
added different installations of mac targets
Browse files Browse the repository at this point in the history
  • Loading branch information
AspadaX committed Aug 23, 2024
1 parent 31b27f3 commit 80ffd83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
export PKG_CONFIG_PATH=$OPENSSL_DIR/lib/pkgconfig
echo "OPENSSL_DIR=$OPENSSL_DIR" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
# Install Rust targets for macOS universal binary
- name: Install Rust targets for macOS universal binary
if: matrix.platform.release_for == 'macOS-universal'
run: |
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
# Build binary for universal macOS target
- name: Build macOS universal binary
Expand Down

0 comments on commit 80ffd83

Please sign in to comment.