Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
poschi3 committed Sep 16, 2023
1 parent 7217a2d commit 020bcd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Build
working-directory: ./maas-server
run: |
go env
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
go env
go get ./...
go build

0 comments on commit 020bcd9

Please sign in to comment.