Skip to content

Commit

Permalink
Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Oct 8, 2024
1 parent c3d1218 commit d7b3737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- 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
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y build-essential git wget \
virtualenv fakeroot debhelper \
libpcap-dev libsodium-dev \
libpcap-dev libsodium-dev libevent-dev \
python3-twisted python3-pyroute2 \
python3-future python3-all python3-all-dev \
python3-serial dh-python python3-setuptools python3-msgpack
Expand Down

0 comments on commit d7b3737

Please sign in to comment.