Skip to content

Commit 062824c

Browse files
committed
add sslscan install in CI
1 parent ab8f60f commit 062824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install dependencies
5454
run: |
5555
sudo apt-get update
56-
sudo apt-get install php8.1-cli php8.1-xml -y --no-install-recommends
56+
sudo apt-get install php8.1-cli php8.1-xml sslscan -y --no-install-recommends
5757
python -m pip install --upgrade pip
5858
pip install -U setuptools
5959
pip3 install .[test]

0 commit comments

Comments
 (0)