Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Feb 26, 2025
1 parent 677352f commit 99ddb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Update system
run: |
sudo apt-get update --yes
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 --yes
apt-get -y update
apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
- name: Dependency cache
uses: actions/cache@v4
Expand Down

0 comments on commit 99ddb4a

Please sign in to comment.