mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-18 12:54:05 +00:00
add windows target
This commit is contained in:
parent
55abfcb355
commit
4815e8bdff
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
needs: test
|
||||
strategy:
|
||||
matrix:
|
||||
target: [x86_64-linux, x86_64-macos, aarch64-linux]
|
||||
target: [x86_64-linux, aarch64-macos, aarch64-linux, x86_64-windows]
|
||||
optimize: [Debug, ReleaseSafe]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
- aarch64-linux
|
||||
- x86_64-macos
|
||||
- aarch64-macos
|
||||
- x86_64-windows
|
||||
- aarch64-windows
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue