Skip to content

Commit be3c27f

Browse files
committed
Fix yaml
1 parent e25ee62 commit be3c27f

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
105105
# This is a temporary solution.

0 commit comments

Comments
 (0)