Skip to content

Commit 31204bc

Browse files
committed
Fix
1 parent ba9ff5b commit 31204bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: |
1919
export DEBIAN_FRONTEND=noninteractive
2020
sudo apt-get clean && sudo apt-get update
21-
sudo apt-get install python3-dev libhunspell-dev libyaml-dev gettext zip mercurial bzr ruby git wget g++ curl subversion python3 python3-pip -y
22-
sudo gem install i18n-translators-tools
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
22+
gem install i18n-translators-tools
2323
python --version
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt

0 commit comments

Comments
 (0)