Skip to content

Commit 0ce96c6

Browse files
committed
Use double quote
1 parent 19bf218 commit 0ce96c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)