Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 23, 2024
1 parent 24571e5 commit 4a8d78f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- windows-2022
compiler:
# you can specify the version after `-` like "llvm-13.0.0".
- llvm-14.0.0
- llvm
- gcc-11
- msvc-2022
build_type:
Expand All @@ -155,14 +155,14 @@ jobs:
- os: windows-2022
compiler: gcc-11
- os: windows-2022
compiler: llvm-14.0.0
compiler: llvm

include:
# Add appropriate variables for gcov version required. This will intentionally break
# if you try to use a compiler that does not have gcov set
- compiler: gcc-11
gcov_executable: gcov-11
- compiler: llvm-14.0.0
- compiler: llvm
gcov_executable: "llvm-cov gcov-11"

- os: ubuntu-22.04
Expand Down Expand Up @@ -225,7 +225,6 @@ jobs:
run: |
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install ninja
choco install llvm
- name: Cleanup Conan system packages (they are not properly cached)
run: |
Expand Down

0 comments on commit 4a8d78f

Please sign in to comment.