Skip to content

Commit f49ac63

Browse files
no prompting during package install
1 parent b4a8ef7 commit f49ac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 2
2525
- name: Setup system deps
2626
run: |
27-
apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
27+
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
2828
- name: Build and Test
2929
run: |
3030
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)