Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jun 29, 2024
1 parent 47cc533 commit 27967f6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ jobs:
compiler: gcc
build_type: Release
log-level: "OFF"
env:
CC: /usr/bin/gcc-11
CXX: /usr/bin/g++-11
GCOV: gcov-11

steps:

Expand Down Expand Up @@ -208,11 +212,6 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
env:
CC: /usr/bin/gcc-11
CXX: /usr/bin/g++-11
GCOV: gcov-11

- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system/*' || true
Expand Down

0 comments on commit 27967f6

Please sign in to comment.