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.
apt-get
1 parent 931a51e commit e4821ecCopy full SHA for e4821ec
.github/workflows/test-and-publish.yaml
@@ -49,6 +49,8 @@ env:
49
# don't upgrade outdated brew packages because the process is too slow
50
HOMEBREW_NO_INSTALL_UPGRADE: 1
51
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
52
+ # apt-get should run in noninteractive mode
53
+ DEBIAN_FRONTEND: noninteractive
54
55
defaults:
56
run:
0 commit comments