Skip to content

Commit cee5263

Browse files
committed
actions FEATURE use latest libssh
1 parent 3d99589 commit cee5263

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- name: Dependencies
112112
shell: bash
113113
run: |
114+
sudo add-apt-repository ppa:kedazo/libssh-0.7.x -y
114115
${{ matrix.config.packager }} update
115116
${{ matrix.config.packager }} install $DEFAULT_PACKAGES ${{ matrix.config.packages }}
116117
@@ -156,6 +157,8 @@ jobs:
156157
- name: Dependencies
157158
shell: bash
158159
run: |
160+
sudo add-apt-repository ppa:kedazo/libssh-0.7.x -y
161+
sudo apt-get update
159162
sudo apt-get install $DEFAULT_PACKAGES lcov
160163
161164
GIT_BRANCH=`echo ${{ github.ref }} | cut -d'/' -f 3`

0 commit comments

Comments
 (0)