mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
ci: install snapcraft before goreleaser
This commit is contained in:
parent
bdf53fa911
commit
8ecb872c1d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ jobs:
|
|||
working_directory: /go/src/github.com/jesseduffield/lazydocker
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install snapcraft
|
||||
command: |
|
||||
./.circleci/install_snapcraft.sh
|
||||
- run:
|
||||
name: Run gorelease
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue