1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N 2024-03-06 17:56:59 -06:00 committed by GitHub
parent 5417c64254
commit 3c01bf091f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,8 +57,8 @@ runs:
- name: Make cache directory
shell: bash
run: |
mkdir /cache
chmod 777 /cache
sudo mkdir /cache
sudo chmod 777 /cache
- name: Load dnf cache
env: