Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 976df99

Browse files
Merge branch 'fix-win-objcopy' of https://github.com/triplef/firebase-cpp-sdk into fix-win-objcopy
2 parents 75e4ae8 + ae87a35 commit 976df99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cpp-packaging.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: actions/cache@v3
128128
with:
129129
path: llvm-src/llvm/build/bin
130-
key: llvm-bin-${{matrix.tools_platform}}${{matrix.tools_platform == 'darwin' && join(['-', env.xcodeVersion]) || ''}}-${{env.llvmVer}}
130+
key: llvm-bin-${{matrix.tools_platform}}${{matrix.tools_platform == 'darwin' && format('-{0}', env.xcodeVersion) || ''}}-${{env.llvmVer}}
131131

132132
- name: Fetch LLVM source
133133
# Only fetch LLVM if we don't already have binaries from the cache.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /