Skip to content

Commit e3d18b1

Browse files
committed
ci_: ignore errors in clearing cache
1 parent d91385a commit e3d18b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ statusgo-cross: statusgo-android statusgo-ios
177177
@ls -ld build/bin/statusgo-*
178178

179179
status-go-deps:
180-
go clean -cache
181-
go clean -modcache
180+
go clean -cache || true
181+
go clean -modcache || true
182182
go install go.uber.org/mock/[email protected]
183183
go install github.com/kevinburke/go-bindata/v4/[email protected]
184184
go install google.golang.org/protobuf/cmd/[email protected]

0 commit comments

Comments
 (0)