Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silime committed Sep 8, 2024
1 parent 2e03dea commit 95d8486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-PKGBUILDs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
${{ env.BUILD_SH }} "pacman -Syyu --noconfirm --ask=4 arch-install-scripts cloud-guest-utils sudo binutils fakeroot base-devel git"
${{ env.BUILD_SH }} 'echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
${{ env.BUILD_SH }} "chown -R nobody /build"
${{ env.BUILD_SH }} 'su nobody --pty -p -s /bin/bash -c "cd /build/ && /build.sh qcom"'
${{ env.BUILD_SH }} 'su nobody --pty -p -s /bin/bash -c "cd /build/ && ./build.sh qcom"'
shell: bash

0 comments on commit 95d8486

Please sign in to comment.