Skip to content

Commit a7d1159

Browse files
committed
ci: add lsof depedencies
Signed-off-by: peefy <xpf6677@163.com>
1 parent 9b7d5ac commit a7d1159

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Install dependencies
2020
run: |
21+
apt update
22+
apt install lsof
2123
npm install
2224
python3 -m pip install -r requirements.txt
2325
python3 -m pip install pytest

0 commit comments

Comments
 (0)