Skip to content

Commit ca0dfb4

Browse files
authored
Remove LD_library link
1 parent 0bdcb32 commit ca0dfb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ runs:
3131
source /opt/ros/${{ inputs.ros-distro }}/setup.bash
3232
IS_CI=1 colcon build --merge-install
3333
34-
- name: 🔗 Set library path
35-
shell: bash
36-
run: |
37-
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/build/deep_test" >> $GITHUB_ENV
3834
- name: ✅ Run tests
3935
shell: bash
4036
run: |

0 commit comments

Comments
 (0)