-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed as not planned
Labels
invalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug
Description
- name: Set XCODE_PATH env var
env:
XCODE_PATH: "/Applications/Xcode_${{ inputs.xcode-version }}.app"
run: echo "XCODE_PATH=${{ env.XCODE_PATH }}" >> $GITHUB_ENV
shell: bash
- name: Set Xcode version
run: sudo xcode-select -s ${{ env.XCODE_PATH }}
shell: bash
- name: Enable new build system integration
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
shell: bash
- name: Output Xcode path
id: xcode-path
run: echo "xcode-path=$(echo ${{ env.XCODE_PATH }})" >> $GITHUB_OUTPUT
shell: bash
Metadata
Metadata
Assignees
Labels
invalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bug