mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-07 08:23:06 +00:00
Fix errors in yml file
This commit is contained in:
parent
10eba0f693
commit
778264c6c2
2
.github/workflows/CI_endurance.yml
vendored
2
.github/workflows/CI_endurance.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user