Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Sep 22, 2023
1 parent b652ddd commit 886c3fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 886c3fc

Please sign in to comment.