Skip to content

Commit

Permalink
[Spinal][GA] Change all 'source' command to 'bash'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent ba39e40 commit 893c6a3
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 @@ -37,10 +37,10 @@ jobs:
rosdep install -y -r --from-paths src --ignore-src --rosdistro noetic
- name: Build ROS Package
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
bash /opt/ros/$ROS_DISTRO/setup.bash
cd ~/catkin_ws
catkin build --no-status spinal
source devel/setup.bash
bash devel/setup.bash
- name: Build project
run: |
/opt/st/stm32cubeide_1.8.0/stm32cubeide -nosplash \
Expand Down

0 comments on commit 893c6a3

Please sign in to comment.