Skip to content

Commit

Permalink
fix(ci): fixed workflow for accepting ping
Browse files Browse the repository at this point in the history
  • Loading branch information
sikelio committed Aug 2, 2024
1 parent 0791b1c commit b5085fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore

- name: Grant network capabilities
run: sudo setcap cap_net_raw=ep /usr/bin/ping

- name: Build
run: dotnet build --no-restore

Expand Down

0 comments on commit b5085fb

Please sign in to comment.