diff --git a/.github/workflows/build-macos-arm64.yml b/.github/workflows/build-macos-arm64.yml index 8adf371..a505d3b 100644 --- a/.github/workflows/build-macos-arm64.yml +++ b/.github/workflows/build-macos-arm64.yml @@ -25,7 +25,7 @@ jobs: git clone https://github.com/tpoechtrager/osxcross.git cd osxcross find /Applications/Xcode.app/Contents/Developer/Platforms -name "*.sdk" - cp -v /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk tarballs/ + cp -rv /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk tarballs/ UNATTENDED=1 SDK_VERSION=13.1 ./build.sh echo 'export PATH="/opt/osxcross/bin:$PATH"' >> $GITHUB_ENV