Skip to content

Commit

Permalink
Try again to fix Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Jul 16, 2022
1 parent 1ea06e4 commit 5be8c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Run build
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get -u github.com/shuLhan/go-bindata/...
$GOBIN/go-bindata -pkg bindata -o bindata/bindata.go etc/*
go-bindata -pkg bindata -o bindata/bindata.go etc/*
GO111MODULE=on go get ./...
GO111MODULE=on go build -ldflags "-X main.version=cibuild" -o dbanon main.go

0 comments on commit 5be8c84

Please sign in to comment.