4
0
forked from Mirror/wfb-ng

Fix builds

This commit is contained in:
Vasily Evseenko 2024-10-08 21:25:36 +03:00
parent c3d12183c1
commit d7b3737677
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main # queries: ./path/to/local/query, your-org/your-repo/queries@main
- run: | - run: |
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libsodium-dev python3-pyroute2 python3-future python3-msgpack python3-setuptools sudo apt update && sudo apt -y install python3-twisted libpcap-dev libevent-dev libsodium-dev python3-pyroute2 python3-future python3-msgpack python3-setuptools
make all_bin make all_bin
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis

View File

@ -6,7 +6,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
apt-get install -y build-essential git wget \ apt-get install -y build-essential git wget \
virtualenv fakeroot debhelper \ virtualenv fakeroot debhelper \
libpcap-dev libsodium-dev \ libpcap-dev libsodium-dev libevent-dev \
python3-twisted python3-pyroute2 \ python3-twisted python3-pyroute2 \
python3-future python3-all python3-all-dev \ python3-future python3-all python3-all-dev \
python3-serial dh-python python3-setuptools python3-msgpack python3-serial dh-python python3-setuptools python3-msgpack