Skip to content

Commit de5cc4b

Browse files
committed
build: disable LLVM cache
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c3b5bcd commit de5cc4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,13 +592,11 @@ jobs:
592592
key: ${{ matrix.os }}-llvm-${{ matrix.clang }}
593593

594594
- name: Setup LLVM & Clang
595-
id: clang
596595
uses: KyleMayes/install-llvm-action@v2
597596
if: matrix.os == 'ubuntu-22.04'
598597
with:
599598
version: ${{ matrix.clang }}
600599
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}
601-
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
602600

603601
- name: Configure Clang
604602
if: matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)