From 900b5a7e8c85e92638fd9b3ec06636ca0048ad3c Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Tue, 13 Aug 2024 10:16:06 +0100 Subject: [PATCH] ci/tics: install "expect" as a dependency "unbuffer" is installed by it. --- .github/workflows/tiobe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tiobe.yml b/.github/workflows/tiobe.yml index 17805d72e..325918e64 100644 --- a/.github/workflows/tiobe.yml +++ b/.github/workflows/tiobe.yml @@ -18,7 +18,7 @@ jobs: sudo sed -i 's/Types: deb/Types: deb deb-src/g' /etc/apt/sources.list.d/ubuntu.sources sudo apt update sudo apt build-dep -y netplan.io - sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8 + sudo apt install -y gcovr python-is-python3 pylint flake8 python3-flake8 expect - name: Build Netplan run: | # The build directory must be called _build. TIOBE will look for coverage data in it.