File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ jobs:
9494 uses : actions/checkout@v4
9595
9696 # 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 >= 2.12.0 , this and the following steps can be removed.
9898 - name : Install homebrew
9999 if : ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
100100 run : |
101101 export HOMEBREW_NO_ANALYTICS=1
102- echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
102+ echo "/home/linuxbrew/.linuxbrew/bin" >> " $GITHUB_PATH"
103103 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
104104 - name : Install latest libxml2 on PHP 8.4 (linux only)
105105 if : ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
You can’t perform that action at this time.
0 commit comments