From 27967f69c6ceee1d635ed5b9bd62ccd5f01e1f92 Mon Sep 17 00:00:00 2001 From: ananthu3375 <148377620+ananthu3375@users.noreply.github.com> Date: Sun, 30 Jun 2024 01:17:34 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0fc607..e3babaa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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