We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d99589 commit cee5263Copy full SHA for cee5263
.github/workflows/ci.yml
@@ -111,6 +111,7 @@ jobs:
111
- name: Dependencies
112
shell: bash
113
run: |
114
+ sudo add-apt-repository ppa:kedazo/libssh-0.7.x -y
115
${{ matrix.config.packager }} update
116
${{ matrix.config.packager }} install $DEFAULT_PACKAGES ${{ matrix.config.packages }}
117
@@ -156,6 +157,8 @@ jobs:
156
157
158
159
160
161
+ sudo apt-get update
162
sudo apt-get install $DEFAULT_PACKAGES lcov
163
164
GIT_BRANCH=`echo ${{ github.ref }} | cut -d'/' -f 3`
0 commit comments