mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add sudo
This commit is contained in:
parent
5417c64254
commit
3c01bf091f
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue