Skip to content

Commit ee5dbcb

Browse files
committed
fix: update macOS CI to build a new v2 cached LLVM to verify cmake install fix.
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 13bb59c commit ee5dbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/cache/restore@v4
4646
id: cache-llvm-source
4747
with:
48-
key: llvm-source-19-${{ matrix.os }}-v1
48+
key: llvm-source-19-${{ matrix.os }}-v2
4949
path: |
5050
llvm-project/clang/lib/Headers
5151
llvm-project/clang/include
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/cache/restore@v4
7171
id: cache-llvm-build
7272
with:
73-
key: llvm-build-19-${{ matrix.os }}-v1
73+
key: llvm-build-19-${{ matrix.os }}-v2
7474
path: llvm-build
7575
- name: Build LLVM
7676
if: steps.cache-llvm-build.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)