Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
github: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Mar 19, 2020
1 parent 2a15348 commit 15809cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- name: Generate TPL
run: |
go get -u github.com/jteeuwen/go-bindata/go-bindata@master
export PATH=$PATH:$GOPATH/bin
echo $PATH
GO111MODULE=off go get -u github.com/jteeuwen/go-bindata/...
make buildTpl
- name: Test
Expand Down

0 comments on commit 15809cf

Please sign in to comment.