Skip to content

Commit 5195b2f

Browse files
Update codeql.yml (#200)
Signed-off-by: Miles Price <[email protected]>
1 parent e66f5cb commit 5195b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Set up Environment
3939
run: |
40-
apt-get update -y && apt-get install -y --no-install-recommends nvidia-open \
40+
apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends nvidia-open \
4141
git git-lfs gcc-11 g++-11 ninja-build build-essential ccache libgtest-dev libgmock-dev \
4242
shellcheck curl doxygen python3 python3-pip python3-dev python3-distutils \
4343
texlive-latex-extra ghostscript graphviz rsync \

0 commit comments

Comments
 (0)