Skip to content

Commit

Permalink
Fixed llvm version for Ubuntu 20 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 20, 2024
1 parent bbfde98 commit a12fb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
compiler: clang
cxx-compiler: clang++
cmake-args: -G Ninja -D PROXYRES_CODE_COVERAGE=ON
packages: llvm-14 libjavascriptcoregtk-4.0-dev libgconf2-dev
gcov-exec: llvm-cov-14 gcov
packages: llvm-12 libjavascriptcoregtk-4.0-dev libgconf2-dev
gcov-exec: llvm-cov-12 gcov
codecov: ubuntu

- name: Build - Ubuntu 22 Clang
Expand Down

0 comments on commit a12fb81

Please sign in to comment.