We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ec052 commit 290e60eCopy full SHA for 290e60e
.github/workflows/test.yml
@@ -33,8 +33,7 @@ jobs:
33
run: |
34
sudo apt-get update
35
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
+ sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* gcovr -y
38
39
- name: Configure
40
run: meson setup build -Dbuildtype=debug -Db_coverage=true -Dtests=true -Dclang_libcpp=enabled
0 commit comments