Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael authored Mar 13, 2024
1 parent d7c8c34 commit a1cf3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a1cf3ac

Please sign in to comment.