We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d553387 commit 60abac1Copy full SHA for 60abac1
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install rgbds
23
working-directory: rgbds
24
run: |
25
+ sudo apt-get install -yq libpng-dev
26
sudo make install
27
28
- name: Remove rgbds
0 commit comments