diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c4cb7f..159dd21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: run: | git clone https://github.com/eclipse-zenoh/zenoh-c.git cd zenoh-c && mkdir -p build && cd build - cmake .. -DCMAKE_BUILD_TYPE=Release - sudo cmake --build . --target install --config Release -- -j - + cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/lib64 + cmake --build . --target install --config Release -- -j + - name: Create up-client-zenoh-cpp Conan package shell: bash run: |