Skip to content

Commit

Permalink
added xcode tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 18, 2024
1 parent e710d6e commit 5793da6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/get_apple_sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Required Dependencies
run: |
brew install coreutils llvm xz
brew install coreutils readline llvm xz
echo "✅ Dependencies installed successfully." >> $GITHUB_STEP_SUMMARY
- name: Clone and Setup osxcross
Expand All @@ -55,6 +55,13 @@ jobs:
cp ${{ github.workspace }}/output/MacOSX14.5.sdk.tar.xz ${{ github.workspace }}/osxcross/tarballs
echo "✅ SDK package generated using gen_sdk_package.sh." >> $GITHUB_STEP_SUMMARY
- name: Generate Tools Package
run: |
cd ${{ github.workspace }}/output
XCODE_TOOLS=1 ${{ github.workspace }}/osxcross/tools/gen_sdk_package.sh
ls -la
echo "✅ SDK package generated using gen_sdk_package.sh." >> $GITHUB_STEP_SUMMARY
- name: Upload osxcross SDK as Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5793da6

Please sign in to comment.