Skip to content

Commit 50b8363

Browse files
Fix workflow syntax error
This was introduced while resolving a merge conflict.
1 parent 71f5abe commit 50b8363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ jobs:
630630
with:
631631
ref: ${{ github.event.inputs.commitIdToPackage }}
632632
- name: Setup Xcode version (macos)
633-
if: runner.os == 'macOS'
634-
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
633+
if: runner.os == 'macOS'
634+
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
635635
- name: Download Firebase C++ SDK
636636
uses: actions/download-artifact@v2
637637
with:

0 commit comments

Comments
 (0)