diff options
Diffstat (limited to '.github/workflows/build-ubuntu.yml')
-rw-r--r-- | .github/workflows/build-ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 5ebd570..efc0c66 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -28,7 +28,7 @@ jobs: sudo ./scripts/install-build-deps.sh - name: patch to libssh - run: patch -d libssh -p1 < patch/libssh-0.10.6.patch + run: patch -d libssh -p1 < patch/libssh-0.10.6-2-g6f1b1e76.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. |