Skip to content

Commit f3911cf

Browse files
author
Tobias Meinhardt
committed
fix: circleci
1 parent f55c336 commit f3911cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
working_directory: /go/src/github.com/meinto/glow
1010
steps:
1111
- checkout
12-
- run: go get -d github.com/gobuffalo/packr/v2/packr2
12+
- run: go install github.com/gobuffalo/packr/v2/packr2
1313
- run: curl -sL https://git.io/goreleaser | bash
1414
# - persist_to_workspace:
1515
# root: .

0 commit comments

Comments
 (0)