1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

set permissions open

This commit is contained in:
Jason N. 2024-03-06 18:52:41 -05:00
parent 225ff16abe
commit 5417c64254

View file

@ -54,6 +54,12 @@ inputs:
runs: runs:
using: composite using: composite
steps: steps:
- name: Make cache directory
shell: bash
run: |
mkdir /cache
chmod 777 /cache
- name: Load dnf cache - name: Load dnf cache
env: env:
dnf_cache_key: dnf-${{ inputs.version }} dnf_cache_key: dnf-${{ inputs.version }}