We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f5cb commit 5195b2fCopy full SHA for 5195b2f
.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- name: Set up Environment
39
run: |
40
- 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 \
41
git git-lfs gcc-11 g++-11 ninja-build build-essential ccache libgtest-dev libgmock-dev \
42
shellcheck curl doxygen python3 python3-pip python3-dev python3-distutils \
43
texlive-latex-extra ghostscript graphviz rsync \
0 commit comments