We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49a73b commit 9d5ccccCopy full SHA for 9d5cccc
1 file changed
.github/workflows/win.yaml
@@ -41,9 +41,10 @@ jobs:
41
- name: Build the extension
42
# uses: php/php-windows-builder/extension@v1
43
uses: ./.github/extension
44
- # env:
45
- # # PHP_LZ4_SHARED: true
46
- # CFLAGS_LZ4: '/I${{ github.workspace }}/lz4/lib'
+ env:
+ # PHP_LZ4_SHARED: true
+ # CFLAGS_LZ4: '/I${{ github.workspace }}/lz4/lib'
47
+ LZ4_MODULE_PATH: '${{ github.workspace }}/lz4/lib'
48
with:
49
# php-version: ${{ matrix.php-version }}
50
php-version: '8.1'
0 commit comments