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 b4a8ef7 commit f49ac63Copy full SHA for f49ac63
.github/workflows/premerge.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 2
25
- name: Setup system deps
26
run: |
27
- apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
+ DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
28
- name: Build and Test
29
30
git config --global --add safe.directory '*'
0 commit comments