From d625223195e9682c98dc762c58e09a419beb50b7 Mon Sep 17 00:00:00 2001 From: dmzrio <115512028+dmzrio@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:53:04 +0700 Subject: [PATCH] feat(backend): Takeout gettext from setuptools (#165) Changelog: feature Co-authored-by: dimzrio --- backend/tools/setuptools/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/tools/setuptools/action.yaml b/backend/tools/setuptools/action.yaml index 8aed70a7..9dc8cb9f 100644 --- a/backend/tools/setuptools/action.yaml +++ b/backend/tools/setuptools/action.yaml @@ -62,10 +62,6 @@ runs: - name: Setup docker buildx uses: docker/setup-buildx-action@v3 - - name: Setup gettext - shell: bash - run: sudo apt install -y gettext - - name: Configure Git for private modules if: "${{ inputs.setup_git == 'true' }}" env: