fix: add missing matrix value (#3937)

This commit is contained in:
Peng Xiao
2023-08-24 15:26:49 +08:00
committed by GitHub
parent efb6de3435
commit 765e160ba2

View File

@@ -89,6 +89,10 @@ jobs:
platform: linux platform: linux
arch: x64 arch: x64
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
- runner: windows-latest
platform: win32
arch: x64
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.spec.runner }} runs-on: ${{ matrix.spec.runner }}
needs: needs:
- before-make - before-make