forked from Mirrors/bubbletea
Add Windows to build workflow
This commit is contained in:
parent
67f0128939
commit
5a67f5c276
|
@ -6,7 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
|
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
|
|
Loading…
Reference in New Issue