mirror of
https://github.com/pret/pokegold.git
synced 2024-11-26 23:10:41 +00:00
GitHub Actions needs libpng-dev installed for rgbds
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
ee02b0ee5d
commit
d3d1e0c357
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
- name: Install rgbds
|
||||
working-directory: rgbds
|
||||
run: |
|
||||
sudo apt-get install -yq libpng-dev
|
||||
sudo make install
|
||||
|
||||
- name: Remove rgbds
|
||||
|
Loading…
Reference in New Issue
Block a user