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 915ec18 commit c90410f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
git clone https://github.com/tpoechtrager/osxcross.git
cd osxcross
find /Applications/Xcode.app/Contents/Developer/Platforms -name "*.sdk"
cp -r /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ ./tarballs/
ditto -r /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk tarballs/
ditto -r /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk tarballs/
ditto -r /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk tarballs/
UNATTENDED=1 ./build.sh
echo 'export PATH="/opt/osxcross/bin:$PATH"' >> $GITHUB_ENV
Expand Down

0 comments on commit c90410f

Please sign in to comment.