Skip to content

Commit f89d523

Browse files
Fix nigthly build (#634) (#639)
* Update ros tooling Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Update ros-tooling Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Ignore rosidl_cli on zephyr Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Remove sphinx workarround Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Upgrade sphinx Signed-off-by: acuadros95 <acuadros1995@gmail.com> --------- Signed-off-by: acuadros95 <acuadros1995@gmail.com> (cherry picked from commit 629b3ef) Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
1 parent 7500870 commit f89d523

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: src/micro_ros_setup
3838
ref: ${{ matrix.branch }}
3939

40-
- uses: ros-tooling/setup-ros@0.3.2
40+
- uses: ros-tooling/setup-ros@0.6.1
4141
with:
4242
use-ros2-testing: false
4343
required-ros-distributions: ${{ matrix.distro }}

config/zephyr/generic/create.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pushd $FW_TARGETDIR >/dev/null
6767
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
6868
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
6969

70-
# Workaround. Remove when https://github.com/sphinx-doc/sphinx/issues/10291 and https://github.com/micro-ROS/micro_ros_zephyr_module/runs/5714546662?check_suite_focus=true
71-
pip3 install --upgrade Sphinx
70+
# Upgrade sphinx
71+
pip install --force-reinstall Sphinx==4.2.0
7272

7373
popd >/dev/null

0 commit comments

Comments
 (0)