Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 2efb7b5

Browse files
committed
added workaround for build failture
1 parent 8a78640 commit 2efb7b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ getCMDDependencies:
1919

2020
getGoDependencies:
2121
go get -v ./...
22+
# Workaround for: https://github.com/sirupsen/logrus/issues/824
23+
GOOS=windows go get -v ./...
2224

2325
buildProject:
2426
rm -rf releases

0 commit comments

Comments
 (0)