Skip to content

Commit 24531b8

Browse files
committed
fixup! wip: ci
1 parent 46d1d12 commit 24531b8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/extension/BuildPhpExtension/private/Invoke-Build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Function Invoke-Build {
4444
echo ">>> $((Get-Location).Path)\$($Config.build_directory)"
4545
echo ">>> php_$($Config.name).dll"
4646
ls "$((Get-Location).Path)\$($Config.build_directory)"
47+
ls "$((Get-Location).Path)\$($Config.build_directory)/lz4"
4748

4849
if(-not(Test-Path "$((Get-Location).Path)\$($Config.build_directory)\php_$($Config.name).dll")) {
4950
throw "Failed to build the extension"

.github/workflows/win.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ jobs:
4141
- name: Build the extension
4242
# uses: php/php-windows-builder/extension@v1
4343
uses: ./.github/extension
44+
env:
45+
PHP_LZ4_SHARED: true
4446
with:
4547
# php-version: ${{ matrix.php-version }}
4648
php-version: '8.1'
4749
# arch: ${{ matrix.arch }}
4850
arch: x64
4951
# ts: ${{ matrix.ts }}
5052
ts: nts
51-
build-directory: ${{ github.workspace }}
53+
# build-directory: ${{ github.workspace }}
5254
# extension-url: https://github.com/xdebug/xdebug
5355
# extension-ref: '3.3.2'
5456

0 commit comments

Comments
 (0)