Skip to content

Commit

Permalink
fix libssh path not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Mar 2, 2024
1 parent 0de99e0 commit 53ca62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
set k4w_root_override=${{github.workspace}}\kerberos\kfw\Kerberos
set openssl_root_override=${{github.workspace}}\openssl\${{env.OPENSSL_VERSION}}
set zlib_root_override=${{github.workspace}}\zlib\${{env.ZLIB_VERSION}}
set libssh_root_override${{github.workspace}}\libssh\${{env.LIBSSH_VERSION}}
set libssh_root_override=${{github.workspace}}\libssh\${{env.LIBSSH_VERSION}}
call ..\setenv.bat
Expand Down

0 comments on commit 53ca62f

Please sign in to comment.