wip: install unzip to check container dependencies

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

View file

@ -5,6 +5,7 @@ inputs:
runs: runs:
using: composite using: composite
steps: steps:
- run: apt install unzip -y
- name: Pull pre-built binary - name: Pull pre-built binary
env: env:
SPUD_VERSION: ${{ inputs.version }} SPUD_VERSION: ${{ inputs.version }}