mirror of https://github.com/fafhrd91/actix-net
call ulimit without sudo
This commit is contained in:
parent
f23a719bc5
commit
de05e8e19f
|
@ -107,7 +107,7 @@ jobs:
|
|||
if: >
|
||||
matrix.target.os == 'ubuntu-latest'
|
||||
run:
|
||||
sudo ulimit -l 512
|
||||
ulimit -l 512
|
||||
|
||||
- name: tests
|
||||
if: >
|
||||
|
|
Loading…
Reference in New Issue