Skip to content

Commit efbd886

Browse files
committed
another attempt
1 parent 6d11e75 commit efbd886

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
php-version: ${{ matrix.php }}
3131

3232
- name: install phpenv
33-
run: curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
33+
run: |
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+
exec $SHELL -l
3437
3538
- name: Clone Kanboard repository
3639
run: git clone --depth 1 $KANBOARD_REPO

0 commit comments

Comments
 (0)