wip: install unzip to check container dependencies
This commit is contained in:
parent
103276ddd7
commit
91489a7c3a
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Ensure install directory exists
|
||||
run: mkdir -p $HOME/.local/bin
|
||||
- name: Pull pre-built binary
|
||||
env:
|
||||
SPUD_VERSION: ${{ inputs.version }}
|
||||
|
|
Loading…
Reference in a new issue