Skip to content

Commit

Permalink
[Spinal][GA][WIP] Revert the shell command change from 'bash' to 'sou…
Browse files Browse the repository at this point in the history
…rce'.
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent fdf4948 commit 9c3486a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Install ROS packages with rosdep
run: |
bash /opt/ros/noetic/setup.bash
bash
source /opt/ros/noetic/setup.bash
rm /etc/ros/rosdep/sources.list.d/20-default.list
sudo rosdep init
rosdep update
Expand All @@ -37,10 +38,11 @@ jobs:
rosdep install -y -r --from-paths src --ignore-src --rosdistro noetic
- name: Build ROS Package
run: |
bash /opt/ros/noetic/setup.bash
bash
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin build --no-status # spinal
bash devel/setup.bash
source devel/setup.bash
- name: Build project
run: |
/opt/st/stm32cubeide_1.8.0/stm32cubeide -nosplash \
Expand Down

0 comments on commit 9c3486a

Please sign in to comment.