Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 2m22s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 2m22s
This commit is contained in:
parent
abe137e4b6
commit
c5d4da0e23
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export PKGDEST=${PKGDEST}
|
export PKGDEST=${PKGDEST}
|
||||||
su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar"
|
su build -c "/usr/bin/makepkg -s --noconfirm --noprogressbar"
|
||||||
git config --global --add ./
|
git config --global --add safe.directory ./
|
||||||
git status
|
git status
|
||||||
rm .SRCINFO
|
rm .SRCINFO
|
||||||
makepkg --printsrcinfo > .SRCINFO
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
|
|
Loading…
Reference in a new issue