From c905dc6eeb52d78b1c79a10f11a3328265d057b0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Mar 2021 20:06:35 -0700 Subject: github: don't install libpcap There's no need to install the libpcap-dev package for this repo. --- users/fcuny/exp/buckit/.github/workflows/go.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'users') diff --git a/users/fcuny/exp/buckit/.github/workflows/go.yml b/users/fcuny/exp/buckit/.github/workflows/go.yml index d58c507..cda28c1 100644 --- a/users/fcuny/exp/buckit/.github/workflows/go.yml +++ b/users/fcuny/exp/buckit/.github/workflows/go.yml @@ -19,9 +19,6 @@ jobs: go-version: ^1.16 id: go - - name: Install libpcap-dev - run: sudo apt-get install libpcap-dev - - name: Check out code into the Go module directory uses: actions/checkout@v2 -- cgit 1.4.1