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:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Make cache directory
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
mkdir /cache
|
||||||
|
chmod 777 /cache
|
||||||
|
|
||||||
- name: Load dnf cache
|
- name: Load dnf cache
|
||||||
env:
|
env:
|
||||||
dnf_cache_key: dnf-${{ inputs.version }}
|
dnf_cache_key: dnf-${{ inputs.version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue