File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ jobs:
94
94
uses : actions/checkout@v4
95
95
96
96
# This is a temporary solution.
97
- # Once ubuntu-latest includes the latest libxml2 version , this step can be removed.
97
+ # Once ubuntu-latest includes libxml2 >= v2.12.0 , this and the following steps can be removed.
98
98
- name : Install homebrew
99
99
if : ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
100
100
run : |
101
101
export HOMEBREW_NO_ANALYTICS=1
102
- echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
102
+ echo "/home/linuxbrew/.linuxbrew/bin" >> " $GITHUB_PATH"
103
103
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
104
104
- name : Install latest libxml2 on PHP 8.4 (linux only)
105
105
if : ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
You can’t perform that action at this time.
0 commit comments