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 6, 2024
1 parent f1f18c9 commit 06bf333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
# 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
gcov_executable: gcov
gcov_executable: gcov-11.4.0
- compiler: llvm
gcov_executable: "llvm-cov gcov"

Expand All @@ -171,9 +171,9 @@ jobs:
build_type: Release
log-level: "OFF"
env:
CC: /usr/bin/gcc-11
CXX: /usr/bin/g++-11
GCOV: gcov-11
CC: /usr/bin/gcc-11.4.0
CXX: /usr/bin/g++-11.4.0
GCOV: gcov-11.4.0

steps:

Expand Down Expand Up @@ -214,8 +214,8 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt install -y gcc-11 g++-11 libglfw3-dev libglfw3
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
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11.4.0 11
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11.4.0 11
- name: Cleanup Conan system packages (they are not properly cached)
run: |
Expand Down

0 comments on commit 06bf333

Please sign in to comment.