From af62a79fcc8cb20857be9c09f04b67876f04e599 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Thu, 7 Mar 2024 18:15:06 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13987f8..1408f18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,7 @@ jobs: steps: - name: Set ulimit run: | - ulimit -n 4096 - ulimit -u 4096 + ulimit -n 524288 - name: Checkout repository uses: actions/checkout@v3