Skip to content

Commit 89e498b

Browse files
committed
wrap in bash
1 parent 3ee7ddf commit 89e498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
chown -R builduser:builduser /build
3030
cd /build/pcsx-redux-git
3131
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
32+
sudo -u builduser bash -c 'makepkg --noconfirm --syncdeps'

0 commit comments

Comments
 (0)