Remove windows with pkg-config

This commit is contained in:
crazywhalecc
2024-07-07 21:40:57 +08:00
parent 14ce15c85e
commit 91e089d74a

View File

@@ -23,6 +23,7 @@ jobs:
name: "Pack Lib Test (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})" name: "Pack Lib Test (${{ matrix.lib }} for ${{ matrix.os.name }}-${{ matrix.os.arch }})"
runs-on: ${{ matrix.os.runs-on }} runs-on: ${{ matrix.os.runs-on }}
timeout-minutes: 120 timeout-minutes: 120
if: matrix.os.name != 'windows' || matrix.lib != 'pkg-config'
strategy: strategy:
matrix: matrix:
os: os: