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:
parent
ad1d258e39
commit
8aef0e24f8
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ runs:
|
|||
- name: Make cache directory
|
||||
shell: bash
|
||||
run: |
|
||||
sudo mkdir /cache
|
||||
sudo chmod 777 /cache
|
||||
sudo mkdir -p /cache/dnf /cache/skopeo
|
||||
sudo chmod 777 /cache /cache/dnf /cache/skopeo
|
||||
|
||||
- name: Load dnf cache
|
||||
id: load_dnf_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue