mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-07 16:33:09 +00:00
Fix syntax at yml file
This commit is contained in:
parent
778264c6c2
commit
3290ffab79
2
.github/workflows/CI_endurance.yml
vendored
2
.github/workflows/CI_endurance.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
make -C waku clean
|
make -C waku clean
|
||||||
|
|
||||||
- name: Build nwaku dependencies
|
- name: Build nwaku dependencies
|
||||||
working-directory: third_party/nwaku
|
|
||||||
run: |
|
run: |
|
||||||
|
cd third_party/nwaku
|
||||||
git pull --ff-only
|
git pull --ff-only
|
||||||
make update
|
make update
|
||||||
make libwaku
|
make libwaku
|
||||||
|
|||||||
@ -31,8 +31,8 @@ jobs:
|
|||||||
run: go mod download
|
run: go mod download
|
||||||
|
|
||||||
- name: Build nwaku dependencies
|
- name: Build nwaku dependencies
|
||||||
working-directory: third_party/nwaku
|
|
||||||
run: |
|
run: |
|
||||||
|
cd third_party/nwaku
|
||||||
git pull
|
git pull
|
||||||
make update
|
make update
|
||||||
make libwaku
|
make libwaku
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user