File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,24 @@ jobs:
3434 - name : Checkout Phalcon
3535 uses : actions/checkout@v4
3636
37- - name : Extract Phalcon Version
38- shell : powershell
39- run : |
40- chcp 65001
41- $r = Select-String -Path build/phalcon/php_phalcon.h -Pattern 'PHP_PHALCON_VERSION\s+"(.*)"'
42- $s = $r.Matches[0].Groups[1]
43- echo "$s"
44- $PhalconVersion = 'PHALCON_VERSION=' + $s
45- echo $PhalconVersion >> $env:GITHUB_ENV
46-
47- - name : Setup PHP
48- id : setup-php
49- 50- with :
51- version : ${{matrix.php}}
52- arch : ${{matrix.arch}}
53- ts : ${{matrix.ts}}
54- deps : zlib
37+ # - name: Extract Phalcon Version
38+ # shell: powershell
39+ # run: |
40+ # chcp 65001
41+ # $r = Select-String -Path build/phalcon/php_phalcon.h -Pattern 'PHP_PHALCON_VERSION\s+"(.*)"'
42+ # $s = $r.Matches[0].Groups[1]
43+ # echo "$s"
44+ # $PhalconVersion = 'PHALCON_VERSION=' + $s
45+ # echo $PhalconVersion >> $env:GITHUB_ENV
46+ #
47+ # - name: Setup PHP
48+ # id: setup-php
49+ 50+ # with:
51+ # version: ${{matrix.php}}
52+ # arch: ${{matrix.arch}}
53+ # ts: ${{matrix.ts}}
54+ # deps: zlib
5555
5656 - name : Generate build folder
5757 run : |
You can’t perform that action at this time.
0 commit comments