Skip to content

Commit

Permalink
Update llvm install action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Apr 26, 2024
1 parent cb300aa commit e754d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
toolchain: stable

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
if: matrix.needs_llvm
with:
version: ${{ env.LLVM_VERSION }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
toolchain: stable

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
if: matrix.path == 'bril-rs/brillvm/Cargo.toml'
with:
version: ${{ env.LLVM_VERSION }}
Expand Down

0 comments on commit e754d21

Please sign in to comment.