diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-10-16 10:15:51 -0400 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-10-16 10:15:51 -0400 |
| commit | a891fc1168a7f998c570e1ea5f15014556df2d95 (patch) | |
| tree | 45a283cc1b80918d405a0eadc62460a9102edb94 /.github | |
| parent | Renamed pokemon-asm-tools to gb-asm-tools (diff) | |
| download | pokeyellow-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.yml | 1 |
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 |
