Skip to content

Commit a638d18

Browse files
vandonrandrewlock
authored andcommitted
add sudo
1 parent 798342e commit a638d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- name: Install Clang-16
4646
run: |
47-
apt update
48-
DEBIAN_FRONTEND=noninteractive apt -y install clang-16
47+
sudo apt-get update
48+
DEBIAN_FRONTEND=noninteractive sudo apt -y install clang-16
4949
sudo ln -s -f `which clang-16` `which clang`
5050
sudo ln -s -f `which clang++-16` `which clang++`
5151

0 commit comments

Comments
 (0)