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 10, 2024
1 parent 9b2184c commit 5c11cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
- name: Create up-client-zenoh-cpp Conan package
shell: bash
run: |
export CMAKE_PREFIX_PATH="$HOME/local"
git clone https://github.com/MelamudMichael/up-client-zenoh-cpp.git
cd up-client-zenoh-cpp
conan create . -o build_unbundled=True -o zenoh_package=False -e CMAKE_PREFIX_PATH="$HOME/local"
conan create . -o build_unbundled=True -o zenoh_package=False"
- name: Build up-zenoh-example-cpp
shell: bash
Expand Down

0 comments on commit 5c11cae

Please sign in to comment.