Skip to content

Commit

Permalink
Clear gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
poschi3 committed Sep 16, 2023
1 parent 62d70c7 commit fc1a01f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ jobs:

- name: Build
working-directory: ./maas-server
run: |
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
go env
go get ./...
go build
run: go build

0 comments on commit fc1a01f

Please sign in to comment.