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:
96
96
- name : Checkout code
97
97
uses : actions/checkout@v4
98
98
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
112
112
113
113
- name : Setup ini config
114
114
id : set_ini
You can’t perform that action at this time.
0 commit comments