Skip to content

Commit 47a660b

Browse files
Merge pull request #262 from LibRapid/dependabot/github_actions/KyleMayes/install-llvm-action-2
Bump KyleMayes/install-llvm-action from 1 to 2
2 parents 4691f94 + b8721eb commit 47a660b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275

276276
- name: Install Clang
277277
if: matrix.clangVer != null
278-
uses: KyleMayes/install-llvm-action@v1
278+
uses: KyleMayes/install-llvm-action@v2
279279
with:
280280
version: ${{ matrix.clangVer }}
281281
directory: "./llvm"
@@ -337,7 +337,7 @@ jobs:
337337
python-version: "3.9"
338338

339339
- name: Install Clang
340-
uses: KyleMayes/install-llvm-action@v1
340+
uses: KyleMayes/install-llvm-action@v2
341341
with:
342342
version: "15.0"
343343
directory: "./llvm"
@@ -501,7 +501,7 @@ jobs:
501501
steps:
502502
- name: Install Clang
503503
if: matrix.clangVer != null
504-
uses: KyleMayes/install-llvm-action@v1
504+
uses: KyleMayes/install-llvm-action@v2
505505
with:
506506
version: ${{ matrix.clangVer }}
507507
directory: "./llvm"

0 commit comments

Comments
 (0)