We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe5106 commit fc7500fCopy full SHA for fc7500f
.github/workflows/main.yml
@@ -9,7 +9,10 @@ jobs:
9
- uses: actions/checkout@v4
10
- name: install-dependencies
11
run: |
12
+ sudo apt update
13
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
16
sudo apt-get install expect
17
- name: default build
18
run: make
0 commit comments