Skip to content

Commit 54d2523

Browse files
committed
Install unzip for erlef/setup-beam action
1 parent df2af2a commit 54d2523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
env:
5050
MIX_ENV: test
5151
steps:
52+
# Needed by erlef/setup-beam action
53+
- run: apt install -qqy unzip
5254
- uses: actions/checkout@v2
5355
- uses: erlef/setup-beam@v1
5456
with:

0 commit comments

Comments
 (0)