diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddc725b..9c4cb7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ 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 -DCMAKE_INSTALL_PREFIX=~/local - cmake --build . --target install --config Release -- -j + cmake .. -DCMAKE_BUILD_TYPE=Release + sudo cmake --build . --target install --config Release -- -j - name: Create up-client-zenoh-cpp Conan package shell: bash