diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:28:54 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:28:54 +0000 |
commit | f22703df595c7641249050e1a902c2718e82e834 (patch) | |
tree | f00559f8caef70c640a16d620cc69b3c53eb2424 /.github | |
parent | 4715b76dbedf01192d3ccb1ee0b8038b1cbeacb0 (diff) |
Fix a translation string and enable translations on CI.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ba196936d..a68d75ab5 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -16,6 +16,7 @@ jobs: sudo apt-get install --assume-yes --no-install-recommends \ clang \ g++ \ + gettext \ git \ libgnutls28-dev \ libldap2-dev \ |