From 5195b2fb1fa5f4c9f85fc001a2e2ab65b40a8242 Mon Sep 17 00:00:00 2001 From: Miles Price <119885516+milesp-nvidia@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:30:03 -0700 Subject: [PATCH] Update codeql.yml (#200) Signed-off-by: Miles Price <119885516+milesp-nvidia@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7f2e8b5..e8248aee 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Set up Environment run: | - apt-get update -y && apt-get install -y --no-install-recommends nvidia-open \ + apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends nvidia-open \ git git-lfs gcc-11 g++-11 ninja-build build-essential ccache libgtest-dev libgmock-dev \ shellcheck curl doxygen python3 python3-pip python3-dev python3-distutils \ texlive-latex-extra ghostscript graphviz rsync \