no musl check?

This commit is contained in:
DubbleClick 2025-07-26 23:39:32 +07:00
parent cf529adc79
commit 5beb083c55

View File

@ -180,7 +180,7 @@ jobs:
- name: "Prepare Zig for Linux"
if: ${{ startsWith(matrix.os, 'ubuntu-24') }}
run: |
php bin/spc install-pkg zig
SPC_TARGET=native-native php bin/spc install-pkg zig
- name: "Run Build Tests (doctor)"
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}