Update template from yay repository
This commit is contained in:
parent
0b3ae21f47
commit
c464ae169a
@ -13,9 +13,13 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Ensure image is up-to-date
|
||||||
|
run: |
|
||||||
|
sudo pacman -Syu --noconfirm
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
makepkg -s -
|
makepkg -s --noconfirm -
|
||||||
|
|
||||||
- name: Push to repository
|
- name: Push to repository
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user