Skip to content

Commit 6181253

Browse files
Update tests.yml
1 parent 5c45013 commit 6181253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
uses: uraimo/run-on-arch-action@v3
4646
with:
4747
arch: s390x
48-
distro: ubuntu22.04
48+
distro: ubuntu24.04
4949
install: |
5050
apt-get update -q -y
51-
apt-get install -q -y cmake libssl-dev python3-dev python3-venv wget
51+
apt-get install -q -y cmake libssl-dev python3-dev python3-venv wget tinyproxy
5252
run: |
5353
LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.0 /bin/sh build.sh test
5454

0 commit comments

Comments
 (0)