File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 sudo apt-get update
121121 sudo dpkg -i packages/*.deb || true
122122 sudo apt-get install -f -y
123- sudo apt-get install -y --no-install-recommends ghostscript
123+ sudo apt-get install -y --no-install-recommends ghostscript gcc libc6-dev
124124
125125 - name : Run smoke tests
126126 run : |
@@ -186,7 +186,7 @@ jobs:
186186 path : packages
187187
188188 - name : Install RPM packages
189- run : dnf install -y ghostscript packages/*.rpm
189+ run : dnf install -y ghostscript gcc packages/*.rpm
190190
191191 - name : Run smoke tests
192192 run : |
@@ -257,7 +257,7 @@ jobs:
257257 run : |
258258 pacman -Syu --noconfirm
259259 pacman -U --noconfirm packages/*.pkg.tar.zst
260- pacman -S --noconfirm --needed ghostscript
260+ pacman -S --noconfirm --needed ghostscript gcc
261261
262262 - name : Run smoke tests
263263 run : |
You can’t perform that action at this time.
0 commit comments