Skip to content

Commit 758e16f

Browse files
committed
fixup! fixup! wip: develop actions
1 parent 528425c commit 758e16f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/develop.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
# - '8.2'
1717
# - '8.1'
1818
arch:
19-
- x64
20-
# - x86
19+
# - x64
20+
- x86
2121
ts:
2222
- 'nts'
2323
# - 'ts'
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Install Snappy
8585
run: |-
86-
C:\php\bin\php.exe C:\php\pie.phar install -vvv kjdev/snappy
86+
C:\php\bin\php.exe C:\php\pie.phar install kjdev/snappy
8787
shell: pwsh
8888

8989
- name: Check Snappy
@@ -92,10 +92,3 @@ jobs:
9292
cat C:\php\bin\php.ini
9393
C:\php\bin\php.exe -m
9494
shell: pwsh
95-
96-
- name: Debug Snappy
97-
run: |-
98-
$ini = New-Item "C:\php\bin\php.ini" -Force
99-
Add-Content $ini "extension=php_snappy.dll"
100-
C:\php\bin\php.exe -m
101-
shell: pwsh

0 commit comments

Comments
 (0)