Skip to content

Commit 3cf4b34

Browse files
committed
try 5
1 parent 38afc5e commit 3cf4b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
3535
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
36+
export PATH="${PHPENV_ROOT}/bin:${PATH}"
3637
eval "$(phpenv init -)"
3738
exec $SHELL -l
3839

0 commit comments

Comments
 (0)