From de05e8e19fe2a8efa8532b900cc9a90807fac06d Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 18 Oct 2021 04:29:33 +0800 Subject: [PATCH] call ulimit without sudo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dee6b074..56371b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: if: > matrix.target.os == 'ubuntu-latest' run: - sudo ulimit -l 512 + ulimit -l 512 - name: tests if: >