wip: install unzip to check container dependencies

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

View file

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