Update aur/action.yml
This commit is contained in:
parent
100bb02b7c
commit
6377293b63
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ runs:
|
|||
path: aur
|
||||
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
||||
restore-keys: |
|
||||
aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key-restore }}
|
||||
aur-${{ github.repository }}-
|
||||
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