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

ensure all directories exist

This commit is contained in:
Jason N. 2024-03-07 11:47:54 -05:00
parent ad1d258e39
commit 8aef0e24f8

View file

@ -64,8 +64,8 @@ runs:
- name: Make cache directory - name: Make cache directory
shell: bash shell: bash
run: | run: |
sudo mkdir /cache sudo mkdir -p /cache/dnf /cache/skopeo
sudo chmod 777 /cache sudo chmod 777 /cache /cache/dnf /cache/skopeo
- name: Load dnf cache - name: Load dnf cache
id: load_dnf_cache id: load_dnf_cache