wip: install unzip to check container dependencies

This commit is contained in:
Marc 2024-11-06 19:21:45 -05:00
parent 103276ddd7
commit 113e1b2f67
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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 }}