Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Mar 15, 2021
1 parent a2f6256 commit 890d0dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ jobs:
- image: cimg/go:1.14
steps:
- checkout
- run:
name: Add stretch-backports
command: 'echo "deb http://ftp.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/backports.list'
- run:
name: Install apt dependencies
command: 'sudo apt-get update && sudo apt-get -t stretch-backports install libpcap0.8-dev -y'
- run: go get -v -t -d ./...
- run: go get golang.org/x/tools/cmd/cover
- run: go get github.com/mattn/goveralls
Expand Down

0 comments on commit 890d0dd

Please sign in to comment.