add windows target

This commit is contained in:
mikkelam 2025-07-29 14:47:50 +02:00
parent 55abfcb355
commit 4815e8bdff
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ jobs:
needs: test needs: test
strategy: strategy:
matrix: matrix:
target: [x86_64-linux, x86_64-macos, aarch64-linux] target: [x86_64-linux, aarch64-macos, aarch64-linux, x86_64-windows]
optimize: [Debug, ReleaseSafe] optimize: [Debug, ReleaseSafe]
steps: steps:

View file

@ -15,6 +15,8 @@ jobs:
- aarch64-linux - aarch64-linux
- x86_64-macos - x86_64-macos
- aarch64-macos - aarch64-macos
- x86_64-windows
- aarch64-windows
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4