We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31204bc commit 189e6c2Copy full SHA for 189e6c2
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
export DEBIAN_FRONTEND=noninteractive
20
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
+ 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
22
gem install i18n-translators-tools
23
python --version
24
python -m pip install --upgrade pip
0 commit comments