mirror of https://github.com/pret/pokecrystal.git
GitHub Actions needs libpng-dev installed for rgbds
This commit is contained in:
parent
4500d4fcab
commit
75f214e594
|
@ -22,6 +22,7 @@ jobs:
|
||||||
- name: Install rgbds
|
- name: Install rgbds
|
||||||
working-directory: rgbds
|
working-directory: rgbds
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get install -yq libpng-dev
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
- name: Remove rgbds
|
- name: Remove rgbds
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue