Skip to content

Commit

Permalink
Install zip in release
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Nov 23, 2020
1 parent 9b8cc68 commit e63f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build
uses: docker://golang:1
with:
args: /bin/bash -c "go get github.com/mitchellh/gox && ./scripts/dist.sh"
args: /bin/bash -c "apt-get update && apt-get install -y zip && go get github.com/mitchellh/gox && ./scripts/dist.sh"
env:
XDG_CACHE_HOME: /tmp/.cache
HOME: /tmp/buildhome
Expand Down

0 comments on commit e63f16e

Please sign in to comment.