Skip to content

Commit

Permalink
Check python version
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Oct 28, 2023
1 parent 11b2ab2 commit 7c78331
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
sudo apt update && sudo apt -y install libpcap-dev libbpf-dev
- name: Check python version
run: |
python -V
python3 -V
- name: Configure PcapPlusPlus
run: cmake -DPCAPPP_USE_XDP=ON -S . -B $BUILD_DIR

Expand Down

0 comments on commit 7c78331

Please sign in to comment.