Skip to content

Commit 189e6c2

Browse files
committed
Fix
1 parent 31204bc commit 189e6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
export DEBIAN_FRONTEND=noninteractive
2020
sudo apt-get clean && sudo apt-get update
21-
apt-get update && apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git curl wget g++ subversion bzip2 -y
21+
apt-get update && apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git curl wget g++ subversion bzip2 make -y
2222
gem install i18n-translators-tools
2323
python --version
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)