Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokolyuk committed Feb 25, 2024
1 parent 7ad2123 commit f63fc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.22
cache: true
- run: apt-get update && apt-get install -y libpcap-dev
- run: sudo apt-get install -y libpcap-dev
- run: go mod tidy
- run: go test -v ./...
- uses: docker/login-action@v1
Expand Down

0 comments on commit f63fc98

Please sign in to comment.