Fix gnu static extension build test

This commit is contained in:
crazywhalecc
2025-04-19 15:18:48 +08:00
parent 9fe09f57f6
commit 0f5f60e477
2 changed files with 49 additions and 27 deletions

View File

@@ -197,5 +197,5 @@ jobs:
run: php src/globals/test-extensions.php build_cmd ${{ matrix.os }} ${{ matrix.php }}
- name: "Run Build Tests (build - embed for non-windows)"
if: matrix.os != 'windows-latest'
if: ${{ !startsWith(matrix.os, 'windows-') }}
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}