We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b09992 commit 15bb6b6Copy full SHA for 15bb6b6
.github/workflows/autoconf-check.yml
@@ -89,7 +89,7 @@ jobs:
89
with:
90
name: test-tarball
91
- name: Install git so we get the .github directory
92
- run: pacman -Sy git
+ run: pacman -Sy --noconfirm git
93
- name: Unpack the "Release" tarball
94
run: tar xvf release.tar.gz
95
- name: Setup image and run bats tests
0 commit comments