Skip to content

Commit

Permalink
ci: playing with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 23, 2024
1 parent 735f18b commit 80cd7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: |
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel sudo git wget rust
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} fixit
sudo -u nobody git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} fixit
cd fixit
sudo -u nobody ./packaging/aur.sh v0.3.1-beta
cat PKGBUILD
Expand Down

0 comments on commit 80cd7ff

Please sign in to comment.