We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49496b commit 2abccd2Copy full SHA for 2abccd2
.github/workflows/pull-request-checks.yaml
@@ -15,7 +15,7 @@ jobs:
15
# This is needed in addition to -yq to prevent apt-get from asking for
16
# user input
17
DEBIAN_FRONTEND: noninteractive
18
- run: apt-get install -yq cmake ninja-build gcc g++ maven flex bison
+ run: sudo apt-get install -yq cmake ninja-build gcc g++ maven flex bison
19
- name: Configure using CMake
20
run: |
21
mkdir build
0 commit comments