Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py authored Jul 26, 2023
1 parent 7c1473f commit ccd56f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
go-version: '1.19.3'

- name: Build
run: go build -v -o .
run: |
export GOFLAGS=-buildvcs=false
go build -v -o .

0 comments on commit ccd56f5

Please sign in to comment.