Skip to content

Commit 35a3b5d

Browse files
authored
Merge pull request #15 from szabgab/verbose
Add --verbose flag and install libpng-dev
2 parents fb999f7 + 73227d9 commit 35a3b5d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626

27+
- name: Install libpng
28+
run: |
29+
apt install -y libpng-dev
30+
2731
- name: Prepare for testing
2832
run: |
29-
cpanm --installdep --notest .
33+
cpanm --installdep --notest --verbose .
3034
3135
- name: Release tests
3236
env:

0 commit comments

Comments
 (0)