about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-03-29 20:06:35 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-13 17:20:37 -0700
commitc905dc6eeb52d78b1c79a10f11a3328265d057b0 (patch)
tree262d6ca2488d22f7643c96bfc8bd3496dd6fcb45 /users/fcuny
parentgithub: fix workflow configuration (diff)
downloadworld-c905dc6eeb52d78b1c79a10f11a3328265d057b0.tar.gz
github: don't install libpcap
There's no need to install the libpcap-dev package for this repo.
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/exp/buckit/.github/workflows/go.yml3
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