Skip to content

Commit ee93a6a

Browse files
committed
Fix yaml format
1 parent a0a72e8 commit ee93a6a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,19 @@ jobs:
9696
- name: Checkout code
9797
uses: actions/checkout@v4
9898

99-
# A temporary solution
100-
- name: Install libxml2 >= 2.12 (PHP 8.1+ on linux only)
101-
if: ${{ matrix.os == 'ubuntu-latest' && contains(fromJSON('["8.1", "8.2", "8.3"]'), matrix.php) }}
102-
run: |
103-
sudo apt-get update
104-
sudo apt-get install -y wget build-essential
105-
wget https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz
106-
tar -xf libxml2-2.12.9.tar.xz
107-
cd libxml2-2.12.9
108-
./configure --prefix=/usr/local
109-
make
110-
sudo make install
111-
sudo ldconfig
99+
# A temporary solution
100+
- name: Install libxml2 >= 2.12 (PHP 8.1+ on linux only)
101+
if: ${{ matrix.os == 'ubuntu-latest' && contains(fromJSON('["8.1", "8.2", "8.3"]'), matrix.php) }}
102+
run: |
103+
sudo apt-get update
104+
sudo apt-get install -y wget build-essential
105+
wget https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz
106+
tar -xf libxml2-2.12.9.tar.xz
107+
cd libxml2-2.12.9
108+
./configure --prefix=/usr/local
109+
make
110+
sudo make install
111+
sudo ldconfig
112112
113113
- name: Setup ini config
114114
id: set_ini

0 commit comments

Comments
 (0)