Skip to content

Commit ade5bc2

Browse files
committed
ci: install zip
1 parent b77c0b5 commit ade5bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Setup Git-Chglog and sudo
3131
run: |
3232
apt-get update -y
33-
apt-get install sudo unzip build-essential libreadline-dev -y
33+
apt-get install sudo zip unzip build-essential libreadline-dev -y
3434
go get github.com/git-chglog/git-chglog/cmd/git-chglog
3535
-
3636
name: Setup Lua

0 commit comments

Comments
 (0)