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 11, 2024
1 parent 1fed920 commit b396d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build up-zenoh-example-cpp
shell: bash
run: |
export CMAKE_ZENOH_LIB_PATH="$HOME/local/lib64/libzenohc.so"
export CMAKE_ZENOH_LIB_PATH="$HOME/local/lib/libzenohc.so"
export CMAKE_ZENOH_INCLUDE_PATH="$HOME/local/include"
mkdir build
cd build
Expand Down

0 comments on commit b396d1f

Please sign in to comment.