Skip to content

Commit cb820c3

Browse files
Valid LLVM version
1 parent b77e2f9 commit cb820c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ jobs:
9292
uses: actions/cache@v3
9393
with:
9494
path: ${{ runner.temp }}\llvm
95-
key: llvm-17.0.5
95+
key: llvm-17.0.2
9696
- name: Install LLVM and Clang
9797
uses: KyleMayes/install-llvm-action@v1
9898
with:
99-
version: "17.0.5"
99+
# versions - https://github.com/KyleMayes/install-llvm-action/blob/master/index.ts
100+
version: "17.0.2"
100101
directory: ${{ runner.temp }}\llvm
101102
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
102103
- name: Build

0 commit comments

Comments
 (0)