Skip to content

Commit 9d5cccc

Browse files
committed
fixup! wip: ci
1 parent e49a73b commit 9d5cccc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/win.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ 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
46-
# CFLAGS_LZ4: '/I${{ github.workspace }}/lz4/lib'
44+
env:
45+
# PHP_LZ4_SHARED: true
46+
# CFLAGS_LZ4: '/I${{ github.workspace }}/lz4/lib'
47+
LZ4_MODULE_PATH: '${{ github.workspace }}/lz4/lib'
4748
with:
4849
# php-version: ${{ matrix.php-version }}
4950
php-version: '8.1'

0 commit comments

Comments
 (0)