Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Nov 14, 2019
1 parent 3f32a44 commit 7a7f137
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: windows-2019
runs-on: macOS-latest
steps:

- name: Set up Go 1.13
Expand All @@ -18,11 +18,11 @@ jobs:

- name: Get dependencies
run: |
git config --system core.longpaths true
go get -v -t -d ./...
- name: Build
run: |
git config --system core.longpaths true
go get -v github.com/therecipe/qt/cmd/...
go build -v .
export GO111MODULE=off;
xcode-select --install;
go get -v github.com/therecipe/qt/cmd/...
$(go env GOPATH)/bin/qtdeploy test desktop .

0 comments on commit 7a7f137

Please sign in to comment.