Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Apr 26, 2024
1 parent bba18a9 commit 9fc993a
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@v2
uses: KyleMayes/install-llvm-action@v2.0.2
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@v2
uses: KyleMayes/install-llvm-action@v2.0.2
if: matrix.path == 'bril-rs/brillvm/Cargo.toml'
with:
version: ${{ env.LLVM_VERSION }}
Expand Down

0 comments on commit 9fc993a

Please sign in to comment.