Skip to content

Commit 34e8944

Browse files
Run apt-get noninteractively when installing dependencies
1 parent 3f7517f commit 34e8944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
DEBIAN_FRONTEND: noninteractive
9999
run: |
100100
apt-get -qq update
101-
apt-get install perl wget zip bzip2 openssh-client rsync git
101+
apt-get install -y -qq perl wget zip bzip2 openssh-client rsync git
102102
- name: Checkout for Linux
103103
uses: actions/checkout@v4
104104
with:

0 commit comments

Comments
 (0)