mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-11 10:30:18 +00:00
0e164f32d2
* update fluence-app-service to 0.29.0 * Try fix the CI examples build * fix example build
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(cd producer; ./build.sh)
|
|
(cd consumer; ./build.sh)
|