Skip to content

Commit 2d58d2a

Browse files
committed
fixup: quick update, squash later
1 parent 44e077f commit 2d58d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/install_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ done
1212
os=$(uname -s)
1313
if [[ $os == Linux ]]; then
1414
sudo apt-get update
15-
sudo apt-get install -y build-essential cmake curl gettext ninja-build
15+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y build-essential cmake curl gettext ninja-build
1616

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

0 commit comments

Comments
 (0)