Skip to content

Commit

Permalink
Use double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
asispts committed Jan 27, 2025
1 parent 19bf218 commit 0ce96c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
run: |
export HOMEBREW_NO_ANALYTICS=1
echo '/home/linuxbrew/.linuxbrew/bin' >> $GITHUB_PATH
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install latest libxml2 on PHP 8.4 (linux only)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
Expand Down

0 comments on commit 0ce96c6

Please sign in to comment.