From ad752ee0a6ca288e0ee843b1b31777f0c355e08b Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Wed, 6 Nov 2024 19:21:45 -0500 Subject: [PATCH] wip: install unzip to check container dependencies --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a3c0e02..5dd6263 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,7 @@ inputs: runs: using: composite steps: + - run: apt install unzip -y - name: Pull pre-built binary env: SPUD_VERSION: ${{ inputs.version }}