Skip to content

Commit

Permalink
feat: Update Clang and LLVM versions in coverage_check.yml
Browse files Browse the repository at this point in the history
Github runners were updated to ubuntu 24, there's no support
for LLVM 16 Release in this version.
  • Loading branch information
jr0me committed Oct 14, 2024
1 parent d12caa6 commit 9c91869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
submodules: true
fetch-depth: 0

- name: Install Clang 16 and LLVM 16
- name: Install Clang 17 and LLVM 17
run: |
sudo apt-get update
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 16
sudo ./llvm.sh 17
- name: Set up dependencies
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
run: echo "/usr/lib/llvm-16/bin" >> $GITHUB_PATH
shell: bash

- name: Set up Binary caching
- name: Set up Binary caching
uses: ./.github/actions/vcpkg_related/cover_vcpkg_dependencies
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9c91869

Please sign in to comment.