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: