Skip to content

Commit

Permalink
CI: Install SDL2 and Pixman
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Jan 25, 2024
1 parent aca3931 commit 6224fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
- uses: actions/checkout@v4
- name: install-dependencies
run: |
sudo apt update
sudo apt-get install build-essential device-tree-compiler
sudo apt-get install libsdl2-dev libsdl2-2.0-0 libsdl2-image-dev libsdl2-image-2.0-0
sudo apt install libpixman-1-dev
sudo apt-get install expect
- name: default build
run: make
Expand Down

0 comments on commit 6224fa8

Please sign in to comment.