From 3290ffab79b6c02cba88dcb0e7896c78ec53c5cd Mon Sep 17 00:00:00 2001 From: aya Date: Sat, 17 May 2025 23:02:10 +0300 Subject: [PATCH] Fix syntax at yml file --- .github/workflows/CI_endurance.yml | 2 +- .github/workflows/Repeated_tests_endurancce.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_endurance.yml b/.github/workflows/CI_endurance.yml index 7128a6a..5927d43 100644 --- a/.github/workflows/CI_endurance.yml +++ b/.github/workflows/CI_endurance.yml @@ -35,8 +35,8 @@ jobs: make -C waku clean - name: Build nwaku dependencies - working-directory: third_party/nwaku run: | + cd third_party/nwaku git pull --ff-only make update make libwaku diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index dfaa93b..25d059f 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -31,8 +31,8 @@ jobs: run: go mod download - name: Build nwaku dependencies - working-directory: third_party/nwaku run: | + cd third_party/nwaku git pull make update make libwaku