Skip to content

Commit fc7500f

Browse files
committed
CI: Install SDL2 and Pixman
1 parent 7fe5106 commit fc7500f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
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)