Skip to content

Commit 4136571

Browse files
committed
chore(ci): fix macos conan cache
1 parent 1eeef3c commit 4136571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/cache/restore@v3
4747
with:
4848
path: ~/.conan2/p/
49-
key: ${{ runner.os }}-${{ runner.arch }}-cppsafe-conan-${{ env.LLVM_VERSION }}
49+
key: ${{ matrix.os }}-${{ runner.arch }}-cppsafe-conan-${{ env.LLVM_VERSION }}
5050

5151
- name: Install llvm
5252
working-directory: conan

0 commit comments

Comments
 (0)