Skip to content

Commit

Permalink
Use latest install-llvm-action
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed May 27, 2024
1 parent 99f4007 commit 3e82c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
# LLVM and Clang
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: ${{ matrix.clang[0] }}
directory: ${{ runner.temp }}/llvm-${{ matrix.clang[0] }}
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
# LLVM and Clang
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: 14
directory: ${{ runner.temp }}/llvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.event.inputs.os == matrix.os
# LLVM and Clang
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
uses: KyleMayes/install-llvm-action@v2.0.3
if: github.event.inputs.os == matrix.os
with:
version: ${{ matrix.clang[0] }}
Expand Down

0 comments on commit 3e82c8f

Please sign in to comment.