mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
ci: standardize "apt-get install" step name (#6862)
For consistency and simplicity, name the `apt-get install` step just "install dependencies" in all jobs. Affected jobs: * check-c.yml: scan-build * check-c.yml: cppcheck Related commits: *94e2ce275("Create build.yml (#3651)", 2020-10-01) *0fa11826b("build: test build with apparmor and selinux in CI", 2020-10-01)
This commit is contained in:
parent
c902890cd1
commit
8bccd686fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check-c.yml
vendored
4
.github/workflows/check-c.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- name: update package information
|
||||
run: sudo apt-get update -qy
|
||||
- name: install clang-tools-14 and dependencies
|
||||
- name: install dependencies
|
||||
run: >
|
||||
sudo apt-get install -qy
|
||||
clang-tools-14 libapparmor-dev libselinux1-dev
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- name: update package information
|
||||
run: sudo apt-get update -qy
|
||||
- name: install cppcheck
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install -qy cppcheck
|
||||
- name: configure
|
||||
run: >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue