From 5417c642540070d9785a4a2f39f842f333c2a638 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:52:41 -0500 Subject: [PATCH] set permissions open --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index 9e8fd22..e80b3c4 100644 --- a/action.yml +++ b/action.yml @@ -54,6 +54,12 @@ inputs: runs: using: composite steps: + - name: Make cache directory + shell: bash + run: | + mkdir /cache + chmod 777 /cache + - name: Load dnf cache env: dnf_cache_key: dnf-${{ inputs.version }}