Skip to content

Commit e6ceecd

Browse files
committed
ci: install libssh-dev
This started to be needed for some reason.
1 parent c5a2469 commit e6ceecd

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
@@ -25,6 +25,9 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libssh-dev
30+
2831
python -m pip install --upgrade pip
2932
pip install tox tox-gh
3033
- name: Prepare tox environment and install packages

0 commit comments

Comments
 (0)