Fix syntax at yml file

This commit is contained in:
aya 2025-05-17 23:02:10 +03:00
parent 778264c6c2
commit 3290ffab79
2 changed files with 2 additions and 2 deletions

View File

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

View File

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