Skip to content

Commit

Permalink
[Spinal][GA] fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent e6feb0d commit cce0edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd ~/catkin_ws
rosdep install --from-paths src --ignore-src -r -s # do a dry-run first
rosdep install --from-paths src --ignore-src -r -y
- name Build ROS Package
- name: Build ROS Package
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
cd ~/catkin_ws
Expand All @@ -57,4 +57,4 @@ jobs:
name: spinal.artifacts
# The output artifacts are spinal.elf, spinal.map, etc.
# Use a wildcard pattern to get them all
path: STM32CubeIDE/Debug/spinal.*
path: STM32CubeIDE/Debug/spinal.*

0 comments on commit cce0edf

Please sign in to comment.