Update template from yay repository

This commit is contained in:
2025-04-23 11:03:49 +02:00
parent c7795b5098
commit 2ef91180b7

View File

@@ -13,9 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Ensure image is up-to-date
run: |
sudo pacman -Syu --noconfirm
- name: Build package
run: |
makepkg -s -
makepkg -s --noconfirm -
- name: Push to repository
run: |