Skip to content

Commit

Permalink
Installing llvm via the script'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Apr 18, 2024
1 parent 57e1a4e commit 3223157
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
${{ github.workspace }}
- name: Install LLVM and Clang for symbols check
uses: KyleMayes/install-llvm-action@v2
with:
version: "19.0"
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19
- name: Set environment variables for symbols check
run: |
Expand Down

0 comments on commit 3223157

Please sign in to comment.