mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-09 21:33:24 +00:00
fix the nimble error
This commit is contained in:
parent
d7cb7649e4
commit
76fdc81653
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
@ -123,9 +123,10 @@ jobs:
|
||||
DELIVERY_DIR="$BINDINGS_DIR/vendor/logos-delivery"
|
||||
|
||||
mkdir -p "$BINDINGS_DIR/lib"
|
||||
|
||||
cd "$DELIVERY_DIR"
|
||||
make liblogosdelivery NIMBLE_SETUP_SKIP=1
|
||||
mkdir -p nimbledeps
|
||||
touch nimbledeps/.nimble-setup
|
||||
make liblogosdelivery
|
||||
|
||||
SO_PATH="$(find . -type f -name 'liblogosdelivery.so' | head -n 1)"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user