Skip to content

Commit 83ba060

Browse files
committed
Use --noconfirm and let makepkg install dependencies
1 parent 62746e4 commit 83ba060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
container:
88
image: rnestler/archlinux-rust:add-a-builder-user
99
steps:
10-
- run: pacman -Syu
10+
- run: pacman -Syu --noconfirm
1111
- uses: actions/checkout@v3
1212
- run: chown --recursive builder .
13-
- run: sudo --user=builder makepkg --nobuild
13+
- run: sudo --user=builder makepkg --noconfirm -s --nobuild

0 commit comments

Comments
 (0)