Skip to content

Commit 99ddb4a

Browse files
committed
remove sudo
1 parent 677352f commit 99ddb4a

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
@@ -41,8 +41,8 @@ jobs:
4141

4242
- name: Update system
4343
run: |
44-
sudo apt-get update --yes
45-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 --yes
44+
apt-get -y update
45+
apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
4646
4747
- name: Dependency cache
4848
uses: actions/cache@v4

0 commit comments

Comments
 (0)