From a1cf3ac43f6e15503d7607e7026b5e3c427e1e41 Mon Sep 17 00:00:00 2001 From: Michael <4115205+MelamudMichael@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:33:53 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b66df..8a152ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Create up-cpp Conan package shell: bash run: | - git clone https://github.com/MelamudMichael/up-cpp.git + git clone https://github.com/eclipse-uprotocol/up-cpp.git cd up-cpp git submodule update --init --recursive conan create . --build=missing @@ -51,7 +51,7 @@ jobs: run: | export CMAKE_PREFIX_PATH="$HOME/local" export CMAKE_ZENOH_INCLUDE_PATH="$HOME/local/include" - git clone https://github.com/MelamudMichael/up-client-zenoh-cpp.git + git clone https://github.com/eclipse-uprotocol/up-client-zenoh-cpp.git cd up-client-zenoh-cpp conan create . - name: Build up-zenoh-example-cpp