Skip to content

Commit 5ea2b1a

Browse files
committed
Package tests: gcc for C test
1 parent 7030069 commit 5ea2b1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package-install-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)