Skip to content

Commit 6e13754

Browse files
Actually enable Windows build
1 parent 41513b7 commit 6e13754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:
58-
os: [macos-latest, ubuntu-latest]
59-
# os: [macos-latest, windows-latest, ubuntu-latest]
58+
# os: [macos-latest, ubuntu-latest]
59+
os: [macos-latest, windows-latest, ubuntu-latest]
6060
needs: create_release
6161
steps:
6262

0 commit comments

Comments
 (0)