Skip to content

Commit 6bf4e25

Browse files
Update versions
1 parent 2491165 commit 6bf4e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
override: true
9999
- name: Cache LLVM and Clang
100100
id: cache-llvm
101-
uses: actions/cache@v2
101+
uses: actions/cache@v3
102102
with:
103103
path: ${{ runner.temp }}\llvm
104-
key: llvm-14.0.6
104+
key: llvm-16.0.5
105105
- name: Install LLVM and Clang
106106
uses: KyleMayes/install-llvm-action@v1
107107
with:
108-
version: "14.0.6"
108+
version: "16.0.5"
109109
directory: ${{ runner.temp }}\llvm
110110
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
111111
- name: Build

0 commit comments

Comments
 (0)