Skip to content

Commit

Permalink
and update build-gen.sh as well
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvw committed Oct 27, 2024
1 parent 499658d commit 8291a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install liblzma5 libjbig0 libgtk-3-dev

- name: Install gcc, lcov, gdb, theme-icon
# gcov uses similar version, see build-gen.sh -c
# gcov version should match gcc version: change build-gen.sh as well
run: sudo apt-get install -yq gcc-13 g++-13 lcov gdb yaru-theme-icon

- name: Install xvfb to allow headless tests
Expand Down
2 changes: 1 addition & 1 deletion build-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ while getopts ":B:d:D:G:abcghilopstT" opt; do

c)
# see ci-ubuntu.yml
option_coverage="-DCMAKE_BUILD_TYPE=Coverage -DwexGCOV=gcov-12"
option_coverage="-DCMAKE_BUILD_TYPE=Coverage -DwexGCOV=gcov-13"
;;

d)
Expand Down

0 comments on commit 8291a97

Please sign in to comment.