File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments