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 77608dd commit 43795b1Copy full SHA for 43795b1
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies (Linux)
41
run: |
42
sudo apt-get update
43
- sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* -y
+ sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* lcov gcovr -y
44
45
46
- name: Configure
0 commit comments