Add curl dependencies

pull/7122/head
Juliusz Sosinowicz 2024-01-09 22:47:59 +01:00
parent 5631bc9b2d
commit cae231b557
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Install test dependencies - name: Install test dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install nghttp2 sudo apt-get install nghttp2 libpsl5 libpsl-dev
sudo pip install impacket sudo pip install impacket
- name: Download lib - name: Download lib