From d45902edb7f3d09365ae22c83a678ddef512474a Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 19 Jul 2024 21:26:06 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4f387a4..73ab44dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -528,6 +528,7 @@ jobs: sudo apt update fi sudo apt install llvm-${{ matrix.clang-runtime }}-tools \ + llvm-${{ matrix.clang-runtime }}-dev \ clang-${{ matrix.clang-runtime }} \ libclang-${{ matrix.clang-runtime }}-dev \ ${{ matrix.extra_packages }}