diff options
Diffstat (limited to 'users/fcuny/exp/buckit')
-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 |