Skip to content

Commit 43795b1

Browse files
committed
install applications that are needed for coverage in CI
1 parent 77608dd commit 43795b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies (Linux)
4141
run: |
4242
sudo apt-get update
43-
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* -y
43+
sudo apt-get install ninja-build libsdl2-2.0-0 libsdl2-dev libsdl2-ttf* libsdl2-mixer* libsdl2-image* lcov gcovr -y
4444
4545
4646
- name: Configure

0 commit comments

Comments
 (0)