Skip to content

Commit

Permalink
try to isolate xcrun
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe13 authored May 15, 2024
1 parent 225eb78 commit 60c3370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
- name: Set up Linux build environment
if: runner.os == 'Linux'
run: ${{ env.SCRIPTS_ROOT }}/install-ubuntu-deps
- name: test
if: runner.os == 'macOS'
run: xcrun --sdk iphoneos --show-sdk-path
- name: Set up macOS build environment
if: runner.os == 'macOS'
run: |
Expand All @@ -141,7 +144,6 @@ jobs:
xcrun --sdk iphoneos --show-sdk-path
echo "iOS SDK version:"
xcrun --sdk iphoneos --show-sdk-version
# Setup Theos
- name: Check theos cache
run: |
Expand Down

0 comments on commit 60c3370

Please sign in to comment.