There was an error while loading. Please reload this page.
1 parent fc4282b commit 09635e9Copy full SHA for 09635e9
1 file changed
.github/workflows/staging.yml
@@ -87,7 +87,7 @@ jobs:
87
cp $GITHUB_WORKSPACE/openssh-gui-git/PKGBUILD .
88
89
docker run --rm -v "$(pwd)":/pkg -w /pkg archlinux:latest \
90
- bash -c "pacman -Sy --noconfirm --needed pacman && makepkg --printsrcinfo > .SRCINFO"
+ bash -c "useradd -m builder && chown -R builder /pkg && su builder -c 'makepkg --printsrcinfo > .SRCINFO'"
91
92
git config user.name "${{ github.repository_owner }}"
93
git config user.email "${{ github.repository_owner }}@users.noreply.github.com"
0 commit comments