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