mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 22:13:10 +00:00
add step to build nwaku in yml file
This commit is contained in:
parent
1967af7271
commit
662df3d62e
6
.github/workflows/endurancce_test.yml
vendored
6
.github/workflows/endurancce_test.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
||||
with:
|
||||
go-version: "1.21"
|
||||
|
||||
- name: Install Go dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Build nwaku dependencies
|
||||
run: make -C waku
|
||||
|
||||
- name: Clean environment
|
||||
run: go clean -cache
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user