Skip to content

Commit 0daf8c4

Browse files
committed
Experimental: fix libssh2 workflow with Docker 29
1 parent 49ed1fa commit 0daf8c4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/libssh2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
run: |
7979
sed -i 's/testing-slim/oldstable-slim/' tests/openssh_server/Dockerfile
8080
81+
- name: Fix Docker port binding for Docker 29
82+
working-directory: libssh2
83+
run: |
84+
sed -i 's/docker run --rm -d -p 22/docker run --rm -d -p 127.0.0.1::22/' tests/openssh_fixture.c
85+
8186
- name: Run libssh2 tests
8287
working-directory: libssh2
8388
run: make -j check

0 commit comments

Comments
 (0)