From 9fc993aca7deac4b4f681208d3aeb16799957b7b Mon Sep 17 00:00:00 2001 From: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:09:26 -0400 Subject: [PATCH] Try and leverage https://github.com/KyleMayes/install-llvm-action/issues/65 --- .github/workflows/rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a0a5eb2d..5a205707 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -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 }} @@ -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 }}