Skip to content

Commit 7b4a273

Browse files
authored
Add back in the missing dependencies for configure
1 parent 4a77dcd commit 7b4a273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
apt-get -y install pkg-config libtool autoconf \
2424
automake g++ bison flex make bash-completion dh-autoreconf \
2525
debhelper devscripts wget python3-pip
26-
#- name: Install Python lint tools
27-
# run: python3 -m pip install --no-input cpplint flake8
26+
- name: Install Python lint tools
27+
run: python3 -m pip install --no-input cpplint flake8
2828
- name: Install build dependencies
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)