We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2af2a commit 54d2523Copy full SHA for 54d2523
.github/workflows/ci.yml
@@ -49,6 +49,8 @@ jobs:
49
env:
50
MIX_ENV: test
51
steps:
52
+ # Needed by erlef/setup-beam action
53
+ - run: apt install -qqy unzip
54
- uses: actions/checkout@v2
55
- uses: erlef/setup-beam@v1
56
with:
0 commit comments