We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeef3c commit 4136571Copy full SHA for 4136571
1 file changed
.github/workflows/ci-macos.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/cache/restore@v3
47
with:
48
path: ~/.conan2/p/
49
- key: ${{ runner.os }}-${{ runner.arch }}-cppsafe-conan-${{ env.LLVM_VERSION }}
+ key: ${{ matrix.os }}-${{ runner.arch }}-cppsafe-conan-${{ env.LLVM_VERSION }}
50
51
- name: Install llvm
52
working-directory: conan
0 commit comments