We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efccb07 commit 27d77b5Copy full SHA for 27d77b5
.github/workflows/tests.yaml
@@ -34,7 +34,7 @@ jobs:
34
curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
35
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
36
export PATH="${PHPENV_ROOT}/bin:${PATH}"
37
- eval "$($PHPENV_ROOT/bin/phpenv init -)"
+ eval "$(/home/runner/.phpenv-root/bin/phpenv init -)"
38
exec $SHELL -l
39
40
# - name: ls $PHPENV_ROOT
0 commit comments