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 8b3a899 commit ade222dCopy full SHA for ade222d
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
path: ${{ runner.temp }}/llvm-${{ matrix.clang }}
37
key: ${{ matrix.os }}-llvm-${{ matrix.clang }}
38
- name: Setup LLVM & Clang
39
- uses: KyleMayes/install-llvm-action@v1
+ uses: KyleMayes/install-llvm-action@v2
40
with:
41
version: ${{ matrix.clang }}
42
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}
0 commit comments