Skip to content

Commit 976df99

Browse files
committed
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)