Skip to content

Install pcap dependency before build #2

Install pcap dependency before build

Install pcap dependency before build #2

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pcap
run: sudo apt install libpcap-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ipxbox.go