commit | 2d40166f80cddc4dca8edb9558e14e5533bc4106 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Mar 17 11:32:18 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Wed Mar 17 11:32:18 2021 +0100 |
tree | c8be4262fd8f6cece54ae7027661f86219aa1964 | |
parent | d5cd4cf8667d073c3335f3861400a2ecbf9dbcb5 [diff] [blame] |
Add unzip requirement Change-Id: I957e19257f7be8e2840d80a2abbec8b39dbc060c
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 25778fd..3468d25 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml
@@ -23,6 +23,8 @@ - uses: actions/checkout@v2 - name: perl -V run: perl -V + - name: apt install unzip + run: perl -V - name: Install dependencies run: | cpanm --installdeps .