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 71f5abe commit 50b8363Copy full SHA for 50b8363
.github/workflows/cpp-packaging.yml
@@ -630,8 +630,8 @@ jobs:
630
with:
631
ref: ${{ github.event.inputs.commitIdToPackage }}
632
- name: Setup Xcode version (macos)
633
- if: runner.os == 'macOS'
634
- run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
+ if: runner.os == 'macOS'
+ run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
635
- name: Download Firebase C++ SDK
636
uses: actions/download-artifact@v2
637
0 commit comments