Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-26 16:10:35 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-26 16:10:35 +0300
commit173a8bb76268297a58da4bfb4999a505915afc50 (patch)
treebfefb5b307ea26a35cce8f28b729af4aa0d8c0d6 /.github/workflows
parentfeda222da9e9a968f467ce4d4f0cac693161b7c1 (diff)
Install gettext before installing PHP in CI
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/other-tools.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml
index 4290946519..7405593415 100644
--- a/.github/workflows/other-tools.yml
+++ b/.github/workflows/other-tools.yml
@@ -27,6 +27,8 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v2
+ - name: Install gettext
+ run: sudo apt-get install -y gettext
- name: Use php 7.1
uses: shivammathur/setup-php@v2
with:
@@ -63,8 +65,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.6'
- - name: Install gettext
- run: sudo apt-get install -y gettext
- name: Install Sphinx for the documentation build
run: pip install 'Sphinx'
- name: Build the release