forked from TrueCloudLab/neoneo-go
Install missing dep (#72)
This commit is contained in:
parent
2cdfee211a
commit
a73757df66
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.41.1
|
0.41.2
|
||||||
|
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
- image: alpine
|
- image: alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk update && apk add git make
|
- run: apk update && apk add git make curl tar
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-{{ checksum "Gopkg.toml" }}-{{ checksum "VERSION" }}
|
key: dependency-cache-{{ checksum "Gopkg.toml" }}-{{ checksum "VERSION" }}
|
||||||
|
|
Loading…
Reference in a new issue