Skip to content

Commit

Permalink
zx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 18, 2024
1 parent 6cc9520 commit 9a16ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_apple_sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Generate SDK Package
run: |
cd ~/osxcross
XCODE_VERSION=15.4
./tools/gen_sdk_package.sh "/Applications/Xcode_$XCODE_VERSION.app"
./osxcross/tools/gen_sdk_package.sh "/Applications/Xcode_$XCODE_VERSION.app"
ls -la
echo "✅ SDK package generated using gen_sdk_package.sh." >> $GITHUB_STEP_SUMMARY
- name: Build osxcross
run: |
Expand Down

0 comments on commit 9a16ba9

Please sign in to comment.