update github workflows to fit patched libssh

This commit is contained in:
Ryo Nakamura
2022-11-24 22:59:59 +09:00
parent 6f9aaeab80
commit b46a6f15c1
5 changed files with 54 additions and 23 deletions

View File

@@ -19,9 +19,15 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: install build dependency
run: sudo ./scripts/install-build-deps.sh
- name: patch to libssh
run: patch -d libssh -p1 < patch/libssh-0.10.4.patch
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type