fix(wireshark)

needs perl to build the authors list

closes #4712
This commit is contained in:
Jacob Heider 2024-01-03 19:00:50 -05:00 committed by Jacob Heider
parent 5a32f8df33
commit b3b2b4be44

View file

@ -27,6 +27,7 @@ build:
gnu.org/bison: '*'
github.com/westes/flex: '*'
python.org: ^3.11
perl.org: 5
script:
- cmake -S . -B build $CMAKE_ARGS
- cmake --build build
@ -79,4 +80,4 @@ test:
- c++ -std=c++11 -o test test.cpp
- ./test | grep {{version}}
- randpkt -b 100 -c 2 capture.pcap
- capinfos -Tmc capture.pcap | grep 'capture.pcap,2'
- capinfos -Tmc capture.pcap | grep 'capture.pcap,2'