mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set permissions open
This commit is contained in:
parent
225ff16abe
commit
5417c64254
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Make cache directory
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir /cache
|
||||
chmod 777 /cache
|
||||
|
||||
- name: Load dnf cache
|
||||
env:
|
||||
dnf_cache_key: dnf-${{ inputs.version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue