Skip to content

Commit 319abaf

Browse files
committed
trying something different
1 parent bd6d70d commit 319abaf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/compile-windows.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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+
# uses: php/[email protected]
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: |

0 commit comments

Comments
 (0)