mirror of
https://github.com/pret/pokegold.git
synced 2026-04-26 01:47:27 -05:00
GitHub Actions needs libpng-dev installed for rgbds
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
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