From acb7492ca382dec1f9cbccf2cda879182d2bab0d Mon Sep 17 00:00:00 2001 From: Georg Eisenhart Date: Thu, 16 Feb 2023 13:56:24 +0100 Subject: [PATCH] add libpacap to action release --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb7537d..fc0aed3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,10 @@ jobs: - name: checkout uses: actions/checkout@v3 + - name: install libpcap + if: matrix.os == 'ubuntu-latest' + run: sudo apt-get install -y libpcap-dev + - name: setup go uses: actions/setup-go@v3 with: