Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Oct 8, 2024
1 parent 1f07696 commit 57cdc4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sshd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v4
id: cache-wolfssl
with:
path: build-dir/
path: ${{ github.workspace }}/build-dir/
key: wolfssh-sshd-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
lookup-only: true

Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
- name: Checking cache for wolfssl
uses: actions/cache@v4
with:
path: build-dir/
path: ${{ github.workspace }}/build-dir/
key: wolfssh-sshd-wolfssl-${{ matrix.wolfssl }}-${{ matrix.os }}
fail-on-cache-miss: true

- uses: actions/checkout@v2
- name: Build wolfsshd
run: |
ls ${{ github.workspace }}/build-dir/lib
ls ${{ github.workspace }}/build-dir/
./autogen.sh
./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"
make check
Expand Down

0 comments on commit 57cdc4e

Please sign in to comment.