Skip to content

Commit

Permalink
Use --noconfirm and let makepkg install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Jan 13, 2025
1 parent 62746e4 commit 83ba060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container:
image: rnestler/archlinux-rust:add-a-builder-user
steps:
- run: pacman -Syu
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
- run: chown --recursive builder .
- run: sudo --user=builder makepkg --nobuild
- run: sudo --user=builder makepkg --noconfirm -s --nobuild

0 comments on commit 83ba060

Please sign in to comment.