We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c8a4 commit 2aaf7d8Copy full SHA for 2aaf7d8
.github/workflows/cpp-packaging.yml
@@ -70,6 +70,7 @@ jobs:
70
- name: setup Xcode version (macos)
71
if: runner.os == 'macOS'
72
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
73
+
74
- name: fetch and build binutils
75
run: |
76
set +e
@@ -126,6 +127,10 @@ jobs:
126
127
runs-on: macos-latest
128
if: ${{ github.event.inputs.downloadPublicVersion == '' && github.event.inputs.downloadPreviousRun == '' }}
129
steps:
130
+ - name: setup Xcode version (macos)
131
+ if: runner.os == 'macOS'
132
+ run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
133
134
- name: fetch SDK
135
uses: actions/[email protected]
136
with:
0 commit comments