We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89168f1 commit 2ce7d0eCopy full SHA for 2ce7d0e
.github/workflows/ci.yml
@@ -30,10 +30,12 @@ jobs:
30
run: PHPENV_ROOT=/usr/local/bin/phpenv
31
32
- name: install phpenv
33
- run: curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer
+ run: curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | bash
34
35
- name: set phpenv
36
- run: export PATH="$HOME/.phpenv/bin:$PATH"
+ run: |
37
+ export PATH="$HOME/.phpenv/bin:$PATH"
38
+ echo 'export PATH="$HOME/.phpenv/bin:$PATH"' >> ~/.bash_profile
39
40
- name: Create .ini file
41
run: echo "extension = zip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
0 commit comments