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

Commit 15809cf

Browse files
committed
github: fix ci
1 parent 2a15348 commit 15809cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131

3232
- name: Generate TPL
3333
run: |
34-
go get -u github.com/jteeuwen/go-bindata/go-bindata@master
34+
export PATH=$PATH:$GOPATH/bin
35+
echo $PATH
36+
GO111MODULE=off go get -u github.com/jteeuwen/go-bindata/...
3537
make buildTpl
3638
3739
- name: Test

0 commit comments

Comments
 (0)