File tree Expand file tree Collapse file tree
extension/BuildPhpExtension/private Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments