From 6381c9c232557d3500d12c227ba1b8c9891e3b53 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Wed, 7 Aug 2024 11:51:18 +0200 Subject: [PATCH] Install gettext --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0991f82..224a481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - djlint emark --reformat steps: - uses: actions/checkout@v4 + - run: sudo apt install -y gettext - uses: actions/setup-python@v5 with: python-version: "3.x"