Skip to content

Commit 290e60e

Browse files
committed
CI: ubuntu 24.04 => use deb package for gcovr, since it's nearly the latest stable version now
1 parent 12ec052 commit 290e60e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: |
3434
sudo apt-get update
3535
sudo apt-get upgrade -y
36-
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* -y
37-
pip install gcovr
36+
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* gcovr -y
3837
3938
- name: Configure
4039
run: meson setup build -Dbuildtype=debug -Db_coverage=true -Dtests=true -Dclang_libcpp=enabled

0 commit comments

Comments
 (0)