Skip to content

Commit

Permalink
Fix pecl PSR set path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac authored and niden committed Mar 23, 2021
1 parent 41dae7e commit a88f446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ jobs:
run: |
set PATH=%PATH%;%PHP_DEVPACK%
cd /d %PHP_PECL_PATH%\psr\psr-%PSR_VERSION%
nmake
nmake install
- name: Run phpize
Expand All @@ -542,7 +543,7 @@ jobs:
- name: Build Project
shell: cmd
run: |
set PATH=%PATH%;%PHP_DEVPACK%;%PHP_PECL_PSR_PATH%
set PATH=%PATH%;%PHP_DEVPACK%;%PHP_PECL_PATH%\psr\psr-%PSR_VERSION%
cd /d %PHP_PECL_PATH%\phalcon\phalcon-%PHALCON_VERSION%
nmake
Expand Down

0 comments on commit a88f446

Please sign in to comment.