aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-10-16 10:15:51 -0400
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-10-16 10:15:51 -0400
commita891fc1168a7f998c570e1ea5f15014556df2d95 (patch)
tree45a283cc1b80918d405a0eadc62460a9102edb94 /.github
parentRenamed pokemon-asm-tools to gb-asm-tools (diff)
downloadpokeyellow-a891fc1168a7f998c570e1ea5f15014556df2d95.tar.gz
pokeyellow-a891fc1168a7f998c570e1ea5f15014556df2d95.tar.xz
pokeyellow-a891fc1168a7f998c570e1ea5f15014556df2d95.zip
GitHub Actions needs libpng-dev installed for rgbds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7ac61def..a5142216 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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