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 bc5f5f1 commit 0ed2e91Copy full SHA for 0ed2e91
1 file changed
.github/workflows/build.yml
@@ -76,12 +76,12 @@ jobs:
76
uses: actions/cache@v2
77
with:
78
path: ${{ runner.temp }}/llvm
79
- key: llvm-14.0-${{ matrix.os-name }}
+ key: llvm-15.0-${{ matrix.os-name }}
80
- name: Install LLVM
81
if: ${{ matrix.compiler == 'clang' }}
82
uses: KyleMayes/install-llvm-action@v1
83
84
- version: "14.0"
+ version: "15.0"
85
directory: ${{ runner.temp }}/llvm
86
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
87
0 commit comments