Skip to content

Commit b83f7ee

Browse files
committed
Fix broken apt installation
1 parent 520dd87 commit b83f7ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
run: |
108108
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 ttf-dejavu-core
109109
sudo apt-get install -y imagemagick
110+
sudo apt-get install --fix-broken
111+
sudo apt-get update
112+
sudo apt-get upgrade
110113
111114
- name: Get composer cache directory
112115
id: composercache

0 commit comments

Comments
 (0)