Skip to content

Commit 1b7099d

Browse files
Update KyleMayes/install-llvm-action action to v2 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fcb2d7 commit 1b7099d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: llvm/lib/libclang.so*
2727
key: llvm-17
2828
- name: Install LLVM and Clang
29-
uses: KyleMayes/install-llvm-action@v1
29+
uses: KyleMayes/install-llvm-action@v2
3030
with:
3131
version: "17.0"
3232
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
@@ -56,7 +56,7 @@ jobs:
5656
path: llvm/lib/libclang.so*
5757
key: llvm-17
5858
- name: Install LLVM and Clang
59-
uses: KyleMayes/install-llvm-action@v1
59+
uses: KyleMayes/install-llvm-action@v2
6060
with:
6161
version: "17.0"
6262
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
@@ -96,7 +96,7 @@ jobs:
9696
path: llvm/lib/libclang.so*
9797
key: llvm-17
9898
- name: Install LLVM and Clang
99-
uses: KyleMayes/install-llvm-action@v1
99+
uses: KyleMayes/install-llvm-action@v2
100100
with:
101101
version: "17.0"
102102
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
@@ -126,7 +126,7 @@ jobs:
126126
path: llvm/lib/libclang.so*
127127
key: llvm-17
128128
- name: Install LLVM and Clang
129-
uses: KyleMayes/install-llvm-action@v1
129+
uses: KyleMayes/install-llvm-action@v2
130130
with:
131131
version: "17.0"
132132
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
@@ -158,7 +158,7 @@ jobs:
158158
path: llvm/lib/libclang.so*
159159
key: llvm-11
160160
- name: Install LLVM and Clang
161-
uses: KyleMayes/install-llvm-action@v1
161+
uses: KyleMayes/install-llvm-action@v2
162162
with:
163163
version: "11.0"
164164
cached: ${{ steps.cache-llvm.outputs.cache-hit }}

0 commit comments

Comments
 (0)