ci(windows): compile serial for x86_64-pc-windows-gnu

This commit is contained in:
oopsbagel
2025-04-11 10:46:08 -07:00
committed by Cooper Quintin
parent 4e40994577
commit f661e2e318

View File

@@ -26,7 +26,7 @@ jobs:
target: x86_64-apple-darwin
- name: windows-x86_64
os: windows-latest
target: x86_64-pc-windows-gnullvm
target: x86_64-pc-windows-gnu
runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v4