Skip to content

Commit

Permalink
Merge pull request #262 from LibRapid/dependabot/github_actions/KyleM…
Browse files Browse the repository at this point in the history
…ayes/install-llvm-action-2

Bump KyleMayes/install-llvm-action from 1 to 2
  • Loading branch information
Pencilcaseman authored Apr 15, 2024
2 parents 4691f94 + b8721eb commit 47a660b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:

- name: Install Clang
if: matrix.clangVer != null
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: ${{ matrix.clangVer }}
directory: "./llvm"
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
python-version: "3.9"

- name: Install Clang
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "15.0"
directory: "./llvm"
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
steps:
- name: Install Clang
if: matrix.clangVer != null
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: ${{ matrix.clangVer }}
directory: "./llvm"
Expand Down

0 comments on commit 47a660b

Please sign in to comment.