Skip to content

Commit 2de613e

Browse files
script: Update setup script for Ubuntu 24.04 compatibility
1 parent 4005f79 commit 2de613e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
3333
libsodium-dev \
3434
libsqlite3-dev \
3535
libssl-dev \
36+
pkg-config \
3637
libtool \
3738
libxml2-utils \
3839
locales \
3940
lowdown \
4041
net-tools \
4142
postgresql \
42-
python-pkg-resources \
4343
python3 \
4444
python3-dev \
4545
python3-pip \
4646
python3-setuptools \
47-
qemu \
47+
qemu-system \
4848
qemu-system-arm \
4949
qemu-user-static \
5050
shellcheck \

0 commit comments

Comments
 (0)