From 91489a7c3a9c90fe88049e4fe63401ab247a85c0 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index a3c0e02..31ec78a 100644 --- a/action.yml +++ b/action.yml @@ -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 }}