Skip to content

Commit 2956a35

Browse files
Dave Millerdylanwh
authored andcommitted
Bug 1785938: Get tests working again in GitHub Actions
1 parent 0b61690 commit 2956a35

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,22 @@ jobs:
3030
key: ${{ runner.os }}-ubuntu-20.04
3131
restore-keys: |
3232
${{ runner.os }}-ubuntu-20.04
33-
- name: apt-get install
33+
- name: apt install
3434
run: |
35+
sudo apt-get update
36+
sudo apt-get -y dist-upgrade
3537
sudo apt-get install --ignore-hold --allow-downgrades -y \
36-
build-essential curl libssl-dev zlib1g-dev openssl \
37-
libexpat-dev cmake git libcairo-dev libgd-dev \
38-
default-libmysqlclient-dev unzip wget libgd3
38+
apache2 \
39+
mariadb-client-10.3 \
40+
netcat \
41+
build-essential \
42+
libapache2-mod-perl2 \
43+
libapache2-mod-perl2-dev \
44+
perlmagick \
45+
graphviz \
46+
curl libssl-dev zlib1g-dev openssl \
47+
libexpat-dev cmake git libcairo-dev \
48+
unzip wget
3949
- name: cpm install
4050
run: |
4151
perl Makefile.PL

0 commit comments

Comments
 (0)