We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62746e4 commit 83ba060Copy full SHA for 83ba060
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
container:
8
image: rnestler/archlinux-rust:add-a-builder-user
9
steps:
10
- - run: pacman -Syu
+ - run: pacman -Syu --noconfirm
11
- uses: actions/checkout@v3
12
- run: chown --recursive builder .
13
- - run: sudo --user=builder makepkg --nobuild
+ - run: sudo --user=builder makepkg --noconfirm -s --nobuild
0 commit comments