Fix errors in yml file

This commit is contained in:
aya 2025-05-17 22:56:49 +03:00
parent 10eba0f693
commit 778264c6c2
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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