Skip to content

Commit

Permalink
add core-api to up-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
czfdcn committed Feb 26, 2024
1 parent 7f4f796 commit 3fb6977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
run: |
git clone https://github.com/eclipse-uprotocol/up-cpp.git
cd up-cpp
git clone -b uprotocol-core-api-1.5.6 https://github.com/eclipse-uprotocol/up-core-api.git
git submodule update --init --recursive
conan create . --build=missing
- name: Build and install Zenoh-c
- name: Build and install Zenoh-C
shell: bash
run: |
git clone https://github.com/eclipse-zenoh/zenoh-c.git
Expand Down

0 comments on commit 3fb6977

Please sign in to comment.