We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bb59c commit ee5dbcbCopy full SHA for ee5dbcb
.github/workflows/build-macos.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/cache/restore@v4
46
id: cache-llvm-source
47
with:
48
- key: llvm-source-19-${{ matrix.os }}-v1
+ key: llvm-source-19-${{ matrix.os }}-v2
49
path: |
50
llvm-project/clang/lib/Headers
51
llvm-project/clang/include
@@ -70,7 +70,7 @@ jobs:
70
71
id: cache-llvm-build
72
73
- key: llvm-build-19-${{ matrix.os }}-v1
+ key: llvm-build-19-${{ matrix.os }}-v2
74
path: llvm-build
75
- name: Build LLVM
76
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
0 commit comments