Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Apr 19, 2022
1 parent dd8c5f5 commit 9963480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: 1.18

- name: Install dependencies
run: go get -v -t -d ./...

- name: Build-Macos
run: GOOS=darwin GOARCH=amd64 go build -o ./dist/macos_amd64

Expand Down

0 comments on commit 9963480

Please sign in to comment.