Skip to content

Commit

Permalink
GitHub Actions needs libpng-dev installed for rgbds
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Oct 16, 2024
1 parent 4bfe18f commit a891fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a891fc1

Please sign in to comment.