From ee93a6a217898f7773d58c24fadbd330f8083c3a Mon Sep 17 00:00:00 2001 From: Asis Pattisahusiwa <79239132+asispts@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:50:12 +0700 Subject: [PATCH] Fix yaml format --- .github/workflows/test.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42f2b3b30b..b64148b87f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,19 +96,19 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # A temporary solution - - name: Install libxml2 >= 2.12 (PHP 8.1+ on linux only) - if: ${{ matrix.os == 'ubuntu-latest' && contains(fromJSON('["8.1", "8.2", "8.3"]'), matrix.php) }} - run: | - sudo apt-get update - sudo apt-get install -y wget build-essential - wget https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz - tar -xf libxml2-2.12.9.tar.xz - cd libxml2-2.12.9 - ./configure --prefix=/usr/local - make - sudo make install - sudo ldconfig + # A temporary solution + - name: Install libxml2 >= 2.12 (PHP 8.1+ on linux only) + if: ${{ matrix.os == 'ubuntu-latest' && contains(fromJSON('["8.1", "8.2", "8.3"]'), matrix.php) }} + run: | + sudo apt-get update + sudo apt-get install -y wget build-essential + wget https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz + tar -xf libxml2-2.12.9.tar.xz + cd libxml2-2.12.9 + ./configure --prefix=/usr/local + make + sudo make install + sudo ldconfig - name: Setup ini config id: set_ini