diff --git a/action.yml b/action.yml index 43b1bba..703cf4e 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: if: steps.detect-os.outputs.os == 'macos' && inputs.xcode shell: bash working-directory: ${{ inputs.working-directory }} - run: sudo xcode-select -s ${{ inputs.xcode }}/Contents/Developer + run: echo "DEVELOPER_DIR=${{ inputs.xcode }}/Contents/Developer" >> $GITHUB_ENV - name: Set SDK and Platform if: steps.detect-os.outputs.os == 'macos' && inputs.type