We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677352f commit 99ddb4aCopy full SHA for 99ddb4a
.github/workflows/codeql-analysis.yml
@@ -41,8 +41,8 @@ jobs:
41
42
- name: Update system
43
run: |
44
- sudo apt-get update --yes
45
- 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
46
47
- name: Dependency cache
48
uses: actions/cache@v4
0 commit comments