Modify again the yml file

This commit is contained in:
aya 2025-05-17 22:50:32 +03:00
parent bdf60992e9
commit 10eba0f693

View File

@ -33,14 +33,14 @@ jobs:
run: |
go clean -cache
make -C waku clean
- name: Build nwaku dependencies
run:
cd third_party/nwaku
git pull
make update
make libwaku
make -C waku
working-directory: thirdpart/nwaku
run: |
git pull --ff-only
make update
make libwaku
make -C waku
- name: Increase ulimit
run: sudo sh -c "ulimit -n 8192"