Add clean and build to yml

This commit is contained in:
aya 2025-05-15 19:58:03 +03:00
parent b95c71a08b
commit 0d3a25196f

View File

@ -28,6 +28,11 @@ jobs:
- name: Install Go dependencies
run: go mod download
- name: Clean Go & libwaku caches
run: |
go clean -cache
make -C waku clean
- name: Build nwaku dependencies
run: make -C waku