Skip to content

Commit

Permalink
ci/tics: install "expect" as a dependency
Browse files Browse the repository at this point in the history
"unbuffer" is installed by it.
  • Loading branch information
daniloegea authored and slyon committed Aug 13, 2024
1 parent 045a373 commit 900b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tiobe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 900b5a7

Please sign in to comment.