call ulimit without sudo

This commit is contained in:
fakeshadow 2021-10-18 04:29:33 +08:00
parent f23a719bc5
commit de05e8e19f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
if: >
matrix.target.os == 'ubuntu-latest'
run:
sudo ulimit -l 512
ulimit -l 512
- name: tests
if: >