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 c3b5bcd commit de5cc4bCopy full SHA for de5cc4b
.github/workflows/build.yml
@@ -592,13 +592,11 @@ jobs:
592
key: ${{ matrix.os }}-llvm-${{ matrix.clang }}
593
594
- name: Setup LLVM & Clang
595
- id: clang
596
uses: KyleMayes/install-llvm-action@v2
597
if: matrix.os == 'ubuntu-22.04'
598
with:
599
version: ${{ matrix.clang }}
600
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}
601
- cached: ${{ steps.cache-llvm.outputs.cache-hit }}
602
603
- name: Configure Clang
604
0 commit comments