Update aur/action.yml
This commit is contained in:
parent
985f9cb42e
commit
100bb02b7c
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ runs:
|
|||
with:
|
||||
path: aur
|
||||
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
||||
restore-keys: aur-${{ github.repository }}-
|
||||
restore-keys: |
|
||||
aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key-restore }}
|
||||
aur-${{ github.repository }}-
|
||||
- name: Build aur
|
||||
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue