There was an error while loading. Please reload this page.
1 parent 3818067 commit 8827f21Copy full SHA for 8827f21
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
# unfortunately, raw sockets require elevated privileges to run tests, and neither capabilities nor sudo are supported on Linux runners
33
- name: Set raw socket capability (Linux)
34
if: runner.os == 'Linux'
35
- run: sudo env "PATH=$PATH" setcap 'cap_net_raw+eip' "$(which node)"
+ run: sudo setcap cap_net_raw+eip $(which node)
36
37
- name: Run tests (Unit)
38
if: runner.os != 'Windows'
0 commit comments