Skip to content

Commit 61648c9

Browse files
committed
feat: build binary for windows
1 parent c29936b commit 61648c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest]
10+
os: [ubuntu-latest, windows-latest]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: graalvm/setup-graalvm@v1

0 commit comments

Comments
 (0)