diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d70157e..83af6fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: submodules: true - 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 # TODO: just building docker does not require packages. fix CMakeLists - name: install build dependency @@ -58,7 +58,7 @@ jobs: submodules: true - 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: Set variables run: | |