diff --git a/.github/workflows/clang-cl.yml b/.github/workflows/clang-cl.yml index 94d77fb70..e3bd3e4b8 100644 --- a/.github/workflows/clang-cl.yml +++ b/.github/workflows/clang-cl.yml @@ -183,12 +183,12 @@ jobs: with: path: | C:/Program Files/LLVM - key: llvm-15.0.6 + key: llvm-14.0.6 - - name: Install LLVM and Clang 15.0.6 + - name: Install LLVM and Clang 14.0.6 uses: KyleMayes/install-llvm-action@v1 with: - version: "15.0.6" + version: "14.0.6" force-version: true cached: ${{ steps.llvm-cached.outputs.cache-hit }}