diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-29 20:06:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-13 17:20:37 -0700 |
commit | c905dc6eeb52d78b1c79a10f11a3328265d057b0 (patch) | |
tree | 262d6ca2488d22f7643c96bfc8bd3496dd6fcb45 | |
parent | github: fix workflow configuration (diff) | |
download | world-c905dc6eeb52d78b1c79a10f11a3328265d057b0.tar.gz |
github: don't install libpcap
There's no need to install the libpcap-dev package for this repo.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/buckit/.github/workflows/go.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |