Skip to content

Commit 8d24a30

Browse files
authored
Merge pull request #9096 from julek-wolfssl/libssh2-tests-fix
Fix libssh2 tests
2 parents 3289b6b + c8c93d2 commit 8d24a30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/libssh2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
- name: Update libssh2 test to use a stable version of debian
7777
working-directory: libssh2
7878
run: |
79-
sed -i 's/testing-slim/stable-slim/' tests/openssh_server/Dockerfile
79+
sed -i 's/testing-slim/oldstable-slim/' tests/openssh_server/Dockerfile
8080
8181
- name: Run libssh2 tests
8282
working-directory: libssh2
83-
run: make check
83+
run: make -j check
8484

8585
- name: Confirm libssh2 built with wolfSSL
8686
run: ldd libssh2/src/.libs/libssh2.so | grep wolfssl

0 commit comments

Comments
 (0)