Skip to content

Commit 9d953b1

Browse files
committed
fixup: quick update, squash later
1 parent 439f0ff commit 9d953b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/scripts/install_deps.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ done
1111

1212
os=$(uname -s)
1313
if [[ $os == Linux ]]; then
14-
sudo dpkg-reconfigure debconf --frontend=noninteractive
1514
sudo apt-get update
16-
sudo apt-get install -y build-essential cmake curl gettext ninja-build
15+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake curl gettext ninja-build
1716

1817
if [[ $CC == clang ]]; then
1918
DEFAULT_CLANG_VERSION=$(echo | clang -dM -E - | grep __clang_major | awk '{print $3}')

0 commit comments

Comments
 (0)