Skip to content

Commit

Permalink
Fix libssh build path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Mar 2, 2024
1 parent 53ca62f commit a177326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ jobs:
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_build_override=%libssh_root_override%\build
call ..\setenv.bat
Expand Down

0 comments on commit a177326

Please sign in to comment.