From f375a2c8db96c3a3bef8fc8d1a1fcacd809316e2 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 8 Oct 2024 16:11:14 -0600 Subject: [PATCH] test --- .github/workflows/sshd-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sshd-test.yml b/.github/workflows/sshd-test.yml index d916ba9c..35beea56 100644 --- a/.github/workflows/sshd-test.yml +++ b/.github/workflows/sshd-test.yml @@ -63,7 +63,11 @@ jobs: run: ./autogen.sh - name: configure - run : ./configure --enable-debug --enable-all LDFLAGS="-L${{ github.workspace }}/build-dir/lib" CPPFLAGS="-I${{ github.workspace }}/build-dir/include -DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000" + run : | + pwd + ls + ls ${{ github.workspace }} + ./configure --enable-debug --enable-all LDFLAGS="-L${{ github.workspace }}/build-dir/lib" CPPFLAGS="-I${{ github.workspace }}/build-dir/include -DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000" - name: make check run: make check