From 886c3fcbdc3cd2519a3094ff31b784dbee71346d Mon Sep 17 00:00:00 2001 From: fintarin Date: Fri, 22 Sep 2023 18:18:32 +0300 Subject: [PATCH] a --- .github/workflows/coverage.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a1c3bbdb1..03837cbef 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,11 +28,10 @@ jobs: sudo apt-get update sudo apt-get install llvm lcov - - name: Set up Clang - uses: egor-tensin/setup-clang@v1 + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v1 with: - version: 15 - platform: x64 + version: "15.0" - name: Configure CMake working-directory: ${{github.workspace}}