Skip to content

Commit

Permalink
Actually enable Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Dec 10, 2019
1 parent 41513b7 commit 6e13754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
# os: [macos-latest, windows-latest, ubuntu-latest]
# os: [macos-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
needs: create_release
steps:

Expand Down

0 comments on commit 6e13754

Please sign in to comment.