File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ jobs:
144
144
if : ${{ contains(inputs.extra-extensions, 'imagick') }}
145
145
run : |
146
146
sudo apt-get update
147
- sudo apt-get install --reinstall libgs9-common fonts-noto-mono libgs9:amd64 libijs-0.35:amd64 fonts-urw-base35 ghostscript poppler-data libjbig2dec0:amd64 gsfonts libopenjp2-7:amd64 fonts-droid-fallback fonts-dejavu-core
148
- sudo apt-get install -y imagemagick
147
+ sudo apt-get install --reinstall libgs9-common fonts-noto-mono libgs9:amd64 libijs-0.35:amd64 fonts-urw-base35 ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64 fonts-droid-fallback fonts-dejavu-core
148
+ sudo apt-get install -y gsfonts libmagickwand-dev imagemagick
149
149
sudo apt-get install --fix-broken
150
150
151
151
- name : Checkout
Original file line number Diff line number Diff line change 13
13
- composer.json
14
14
- phpunit.xml.dist
15
15
- .github/workflows/test-phpunit.yml
16
+ - .github/workflows/reusable-phpunit-test.yml
16
17
17
18
pull_request :
18
19
branches :
26
27
- composer.json
27
28
- phpunit.xml.dist
28
29
- .github/workflows/test-phpunit.yml
30
+ - .github/workflows/reusable-phpunit-test.yml
29
31
30
32
concurrency :
31
33
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
You can’t perform that action at this time.
0 commit comments