We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3289b6b + c8c93d2 commit 8d24a30Copy full SHA for 8d24a30
1 file changed
.github/workflows/libssh2.yml
@@ -76,11 +76,11 @@ jobs:
76
- name: Update libssh2 test to use a stable version of debian
77
working-directory: libssh2
78
run: |
79
- sed -i 's/testing-slim/stable-slim/' tests/openssh_server/Dockerfile
+ sed -i 's/testing-slim/oldstable-slim/' tests/openssh_server/Dockerfile
80
81
- name: Run libssh2 tests
82
83
- run: make check
+ run: make -j check
84
85
- name: Confirm libssh2 built with wolfSSL
86
run: ldd libssh2/src/.libs/libssh2.so | grep wolfssl
0 commit comments