Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Aug 21, 2024
1 parent 45433d2 commit 8c0fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:

- name: Exclude submodules
if: matrix.submodule == 'exclude'
run: rm -rf mav_sensor_drivers/lib/*
run: rm -rf mav_sensors_drivers/lib/*
shell: bash
working-directory: catkin_ws/src/mav_sensors

- name: Exclude submodules except ${{ matrix.submodule }}
if: matrix.submodule != 'exclude' && matrix.submodule != 'all'
run: find . -mindepth 1 -type d ! -name ${{ matrix.submodule }} -exec rm -rf {} +
working-directory: catkin_ws/src/mav_sensors/mav_sensor_drivers/lib
working-directory: catkin_ws/src/mav_sensors/mav_sensors_drivers/lib
shell: bash

- name: Build mav_sensors
Expand Down

0 comments on commit 8c0fbe2

Please sign in to comment.