Skip to content

Commit b0cb919

Browse files
committed
Add bin
1 parent 410a17d commit b0cb919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111

1212
- name: Install qpdf
1313
run: |
14-
cd /tmp
15-
sudo wget http://security.ubuntu.com/ubuntu/pool/main/q/qpdf/libqpdf-dev_9.1.1-1ubuntu0.1_amd64.deb
16-
sudo apt install -y -q ./libqpdf-dev_9.1.1-1ubuntu0.1_amd64.deb
14+
sudo apt install -y qpdf
1715
qpdf --version
1816
1917
- uses: php-actions/composer@v6 # or alternative dependency management

0 commit comments

Comments
 (0)