From 778264c6c2941e520cabea79468d7c21d098e6f9 Mon Sep 17 00:00:00 2001 From: aya Date: Sat, 17 May 2025 22:56:49 +0300 Subject: [PATCH] Fix errors in yml file --- .github/workflows/CI_endurance.yml | 2 +- .github/workflows/Repeated_tests_endurancce.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_endurance.yml b/.github/workflows/CI_endurance.yml index a8a08b0..7128a6a 100644 --- a/.github/workflows/CI_endurance.yml +++ b/.github/workflows/CI_endurance.yml @@ -35,7 +35,7 @@ jobs: make -C waku clean - name: Build nwaku dependencies - working-directory: thirdpart/nwaku + working-directory: third_party/nwaku run: | git pull --ff-only make update diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index f197202..dfaa93b 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -31,7 +31,8 @@ jobs: run: go mod download - name: Build nwaku dependencies - run: + working-directory: third_party/nwaku + run: | git pull make update make libwaku