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 8d5ffa2 commit a7fe035Copy full SHA for a7fe035
.github/workflows/test.yml
@@ -30,13 +30,12 @@ jobs:
30
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
31
with:
32
path: $HOME/.clang
33
- key: llvm-12.0
+ key: llvm-15.0
34
35
- name: Install LLVM and Clang
36
uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8
37
38
- ubuntu-version: "22.04"
39
- version: "12.0.0"
+ version: "15.0"
40
directory: $HOME/.clang
41
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
42
0 commit comments