wip: install unzip to check container dependencies
This commit is contained in:
parent
103276ddd7
commit
113e1b2f67
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure install directory exists and is on PATH
|
||||||
|
run: |
|
||||||
|
mkdir -p $HOME/.local/bin
|
||||||
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
- 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