Skip to content

Commit

Permalink
ci: install libdevmapper for agent static checks
Browse files Browse the repository at this point in the history
Install libdevmapper for agent make test check.

Signed-off-by: Sumedh Alok Sharma <[email protected]>
  • Loading branch information
Sumynwa committed Dec 2, 2024
1 parent 56c5fa1 commit 488604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ matrix.component != 'runtime' }}
run: sudo apt-get -y install musl-tools
- name: Install devicemapper
if: ${{ matrix.command == 'make check' && matrix.component == 'agent' }}
if: ${{ (matrix.command == 'make check' || matrix.command == 'make test') && matrix.component == 'agent' }}
run: sudo apt-get -y install libdevmapper-dev
- name: Install libseccomp
if: ${{ matrix.command != 'make vendor' && matrix.command != 'make check' && matrix.install-libseccomp == 'yes' }}
Expand Down

0 comments on commit 488604f

Please sign in to comment.