From 9dc52be32f21399147bce6599f7aeeecd896184c Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Fri, 5 Apr 2024 00:02:28 -0400 Subject: [PATCH] Fix ci --- .github/workflows/coreaudio-rs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coreaudio-rs.yml b/.github/workflows/coreaudio-rs.yml index dabc9a817..20abbf999 100644 --- a/.github/workflows/coreaudio-rs.yml +++ b/.github/workflows/coreaudio-rs.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2.0 + uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" - name: Install stable @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2.0 + uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" - name: Install stable @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2.0 + uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" - name: Install stable @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2.0 + uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" - name: Install stable