Skip to content

Commit 3f3c075

Browse files
authored
Merge pull request #20 from borntohonk/master
force acquire latest packages from pacman
2 parents 4b70509 + 212a604 commit 3f3c075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: Build sys-patch
2222
run: |
23+
dkp-pacman -Syu --noconfirm && \
2324
make -C sys-patch -j$(nproc) dist && \
2425
VERSION=$(grep 'export VERSION := ' sys-patch/Makefile | cut -c 19-)
2526
TAGVERSION=$(curl -s https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | grep "tag_name" | head -1 | cut -d '"' -f 4)

0 commit comments

Comments
 (0)