Skip to content

Commit ead7156

Browse files
committed
build(gh-actions): Build on windows on
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 57608cc commit ead7156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
os: ubuntu-latest
6060
use-cross: false
6161
target: x86_64-unknown-freebsd
62+
- build: windows
63+
os: windows-2025
64+
use-cross: false
65+
target: x86_64-pc-windows-msvc
6266

6367
steps:
6468
- name: Checkout

0 commit comments

Comments
 (0)