wip: install unzip to check container dependencies
This commit is contained in:
parent
103276ddd7
commit
ad752ee0a6
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: apt install unzip -y
|
||||
- name: Pull pre-built binary
|
||||
env:
|
||||
SPUD_VERSION: ${{ inputs.version }}
|
||||
|
|
Loading…
Reference in a new issue