Skip to content

Commit

Permalink
Update build-macos-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrulelinks authored Mar 11, 2024
1 parent 8cc77f5 commit abf6744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
run: |
pip install pyinstaller
brew install openssl xz libxml2 bzip2 zlib
- name: Install Xcode Command Line Tools
run: sudo xcode-select --install

- name: Install osx-arm64-builder
run: |
git clone https://github.com/tpoechtrager/osxcross.git
cd osxcross
cp -r /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ ./tarballs/
UNATTENDED=1 ./build.sh
echo 'export PATH="/opt/osxcross/bin:$PATH"' >> $GITHUB_ENV
Expand Down

0 comments on commit abf6744

Please sign in to comment.