Skip to content

Commit 374873c

Browse files
actions: add libcap-dev
1 parent b37c365 commit 374873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
sudo apt-get install --no-install-recommends --assume-yes shellcheck parallel
32+
sudo apt-get install --no-install-recommends --assume-yes shellcheck parallel libcap-dev
3333
python -m pip install --upgrade pip
3434
pip install poetry
3535

0 commit comments

Comments
 (0)