We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f4498 commit 4ab6c1aCopy full SHA for 4ab6c1a
1 file changed
.github/workflows/release.yml
@@ -536,7 +536,7 @@ jobs:
536
- name: Generate .SRCINFO
537
uses: docker://archlinux:latest
538
with:
539
- args: bash -c "pacman -Sy --noconfirm pacman-contrib && cd aur/goanime && makepkg --printsrcinfo > .SRCINFO && cat .SRCINFO"
+ args: bash -c "pacman -Sy --noconfirm pacman-contrib base-devel && useradd -m builder && chown -R builder:builder /github/workspace && su builder -c 'cd /github/workspace/aur/goanime && makepkg --printsrcinfo > .SRCINFO && cat .SRCINFO'"
540
541
- name: Publish to AUR
542
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
0 commit comments