Changed the lint apt install to be consistent (#837)
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Create SPLint Workspace
|
- name: Create SPLint Workspace
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update --quiet --assume-yes
|
sudo apt-get update -qq
|
||||||
sudo apt-get install --quiet --assume-yes splint
|
sudo apt-get install -qq splint
|
||||||
- name: Static Defect Analysis using SPLint
|
- name: Static Defect Analysis using SPLint
|
||||||
run: make splint
|
run: make splint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user