We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7ddf commit 89e498bCopy full SHA for 89e498b
.github/workflows/linux-aur.yml
@@ -29,4 +29,4 @@ jobs:
29
chown -R builduser:builduser /build
30
cd /build/pcsx-redux-git
31
sed -i s,git+https://github.com/grumpycoders/pcsx-redux.git,git+file://$GITHUB_WORKSPACE#commit=$GITHUB_SHA,g PKGBUILD
32
- sudo -u builduser makepkg --noconfirm --syncdeps
+ sudo -u builduser bash -c 'makepkg --noconfirm --syncdeps'
0 commit comments