Skip to content

Commit

Permalink
Build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-mt committed Aug 20, 2019
1 parent 0e6253e commit 94212d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on: [push]
jobs:

build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
name: Build
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:

- name: Set up Go 1.12
Expand Down

0 comments on commit 94212d3

Please sign in to comment.