Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Oct 7, 2024
1 parent 76f3c06 commit 4bd79da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sshd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build wolfsshd
run: |
./autogen.sh
./configure --enable-debug --enable-all LDFLAGS="-L${{ github.workspace }}/wolfssl-${{ matrix.wolfssl }}/lib" CPPFLAGS="-I${{ github.workspace }}/wolfssl-${{ matrix.wolfssl }}/include --with-wolfssl={{ github.workspace }}/wolfssl-${{ matrix.wolfssl }} -DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000"
./configure --enable-debug --enable-all LDFLAGS="-L${{ github.workspace }}/wolfssl-${{ matrix.wolfssl }}/lib" CPPFLAGS="-I${{ github.workspace }}/wolfssl-${{ matrix.wolfssl }}/include --with-wolfssl=${{ github.workspace }}/wolfssl-${{ matrix.wolfssl }} -DWOLFSSH_NO_FPKI -DWOLFSSH_NO_SFTP_TIMEOUT -DWOLFSSH_MAX_SFTP_RW=4000000"
make check
- name: Run wolfSSHd tests
Expand Down

0 comments on commit 4bd79da

Please sign in to comment.