Skip to content

Код #163248

@bandaev

Description

@bandaev
  • 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

No one assigned

    Labels

    invalidResolved as invalid, i.e. not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions