We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77e2f9 commit cb820c3Copy full SHA for cb820c3
.github/workflows/main.yml
@@ -92,11 +92,12 @@ jobs:
92
uses: actions/cache@v3
93
with:
94
path: ${{ runner.temp }}\llvm
95
- key: llvm-17.0.5
+ key: llvm-17.0.2
96
- name: Install LLVM and Clang
97
uses: KyleMayes/install-llvm-action@v1
98
99
- version: "17.0.5"
+ # versions - https://github.com/KyleMayes/install-llvm-action/blob/master/index.ts
100
+ version: "17.0.2"
101
directory: ${{ runner.temp }}\llvm
102
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
103
- name: Build
0 commit comments