Skip to content

Commit 2abccd2

Browse files
Installing packages needs sudo
1 parent c49496b commit 2abccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# This is needed in addition to -yq to prevent apt-get from asking for
1616
# user input
1717
DEBIAN_FRONTEND: noninteractive
18-
run: apt-get install -yq cmake ninja-build gcc g++ maven flex bison
18+
run: sudo apt-get install -yq cmake ninja-build gcc g++ maven flex bison
1919
- name: Configure using CMake
2020
run: |
2121
mkdir build

0 commit comments

Comments
 (0)