From 10eba0f6931f8cb5ce429a00700e21040fcce7d4 Mon Sep 17 00:00:00 2001 From: aya Date: Sat, 17 May 2025 22:50:32 +0300 Subject: [PATCH] Modify again the yml file --- .github/workflows/CI_endurance.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI_endurance.yml b/.github/workflows/CI_endurance.yml index e3f3c0b..a8a08b0 100644 --- a/.github/workflows/CI_endurance.yml +++ b/.github/workflows/CI_endurance.yml @@ -33,14 +33,14 @@ jobs: run: | go clean -cache make -C waku clean - + - name: Build nwaku dependencies - run: - cd third_party/nwaku - git pull - make update - make libwaku - make -C waku + working-directory: thirdpart/nwaku + run: | + git pull --ff-only + make update + make libwaku + make -C waku - name: Increase ulimit run: sudo sh -c "ulimit -n 8192"