Skip to content

Commit

Permalink
Install gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j authored Jun 27, 2024
1 parent a57d40a commit 41665e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: 3.10.0
- name: Install required Ubuntu packages
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install gdal-bin voikko-fi libvoikko-dev
sudo apt-get update && sudo apt-get -y --no-install-recommends install gdal-bin voikko-fi libvoikko-dev gettext
sudo apt-get install redis-server
- name: Create needed postgis extensions
run: |
Expand Down

0 comments on commit 41665e7

Please sign in to comment.