Skip to content

Commit 900b5a7

Browse files
daniloegeaslyon
authored andcommitted
ci/tics: install "expect" as a dependency
"unbuffer" is installed by it.
1 parent 045a373 commit 900b5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tiobe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo sed -i 's/Types: deb/Types: deb deb-src/g' /etc/apt/sources.list.d/ubuntu.sources
1919
sudo apt update
2020
sudo apt build-dep -y netplan.io
21-
sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8
21+
sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8 expect
2222
- name: Build Netplan
2323
run: |
2424
# The build directory must be called _build. TIOBE will look for coverage data in it.

0 commit comments

Comments
 (0)