Skip to content

Commit

Permalink
CI should install libpng-dev as rgbds prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Feb 1, 2025
1 parent 85ce527 commit 12118a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
name: "Install gbdev/rgbds"
working-directory: rgbds
run: |
sudo apt-get install -yq libpng-dev
sudo make install
# CHECKOUT REPOSITORY
Expand Down

0 comments on commit 12118a9

Please sign in to comment.