File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 with :
2323 go-version-file : go.mod
2424
25+ - name : Install libpcap headers (Linux)
26+ run : |
27+ sudo apt-get update
28+ sudo apt-get install -y libpcap-dev
29+
2530 - name : Run unit tests
2631 shell : bash
2732 run : bash scripts/ci/test.sh
5156 with :
5257 go-version-file : go.mod
5358
59+ - name : Install libpcap headers (Linux)
60+ if : runner.os == 'Linux'
61+ run : |
62+ sudo apt-get update
63+ sudo apt-get install -y libpcap-dev
64+
5465 - name : Build omnitalk (Linux/macOS)
5566 if : runner.os != 'Windows'
5667 shell : bash
Original file line number Diff line number Diff line change 7676 with :
7777 go-version-file : go.mod
7878
79+ - name : Install libpcap headers (Linux)
80+ if : runner.os == 'Linux'
81+ run : |
82+ sudo apt-get update
83+ sudo apt-get install -y libpcap-dev
84+
7985 - name : Build binary (Linux/macOS)
8086 if : runner.os != 'Windows'
8187 shell : bash
You can’t perform that action at this time.
0 commit comments