We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a23b9 commit 8e053fcCopy full SHA for 8e053fc
.github/workflows/release.yml
@@ -93,6 +93,7 @@ jobs:
93
-e CARGO_TERM_COLOR=always \
94
${{ matrix.docker_image }} bash -c '
95
set -e
96
+ export DEBIAN_FRONTEND=noninteractive
97
98
# Fix apt sources for EOL releases
99
apt-get update 2>/dev/null || {
0 commit comments