[libpng] Deliver libpng.so too. It's a symlink to libpng16.so, but so… #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pango | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- 'buildSrc/**' | |
- 'pango/**' | |
- '.github/workflows/build.yml' | |
- '.github/workflows/pango.yml' | |
jobs: | |
build: | |
name: pango | |
uses: ./.github/workflows/build.yml | |
with: | |
package: pango |