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:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure install directory exists
|
||||||
|
run: mkdir -p $HOME/.local/bin
|
||||||
- name: Pull pre-built binary
|
- name: Pull pre-built binary
|
||||||
env:
|
env:
|
||||||
SPUD_VERSION: ${{ inputs.version }}
|
SPUD_VERSION: ${{ inputs.version }}
|
||||||
|
|
Loading…
Reference in a new issue