Skip to content

Commit 6224fa8

Browse files
committed
CI: Install SDL2 and Pixman
1 parent aca3931 commit 6224fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
- uses: actions/checkout@v4
1010
- name: install-dependencies
1111
run: |
12+
sudo apt update
1213
sudo apt-get install build-essential device-tree-compiler
14+
sudo apt-get install libsdl2-dev libsdl2-2.0-0 libsdl2-image-dev libsdl2-image-2.0-0
15+
sudo apt install libpixman-1-dev
1316
sudo apt-get install expect
1417
- name: default build
1518
run: make

0 commit comments

Comments
 (0)