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
|
- name: Make cache directory
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir /cache
|
sudo mkdir /cache
|
||||||
chmod 777 /cache
|
sudo chmod 777 /cache
|
||||||
|
|
||||||
- name: Load dnf cache
|
- name: Load dnf cache
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue