Skip to content

Commit a3d14d5

Browse files
committed
CI deps
1 parent 2dae34a commit a3d14d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
go-version: '1.24'
1919

20+
- name: Install SDL2 dependencies
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y libsdl2{,-mixer,-image,-ttf}-dev
24+
2025
- name: Install dependencies
2126
run: go mod download
2227

0 commit comments

Comments
 (0)