Skip to content

Commit

Permalink
[Spinal][GA] Delete setup.bash soruce part because this command is al…
Browse files Browse the repository at this point in the history
…ready exists in docker image.
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent 9c3486a commit d4d9bf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install ROS packages with rosdep
run: |
bash
source /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 @@ -38,11 +38,11 @@ jobs:
rosdep install -y -r --from-paths src --ignore-src --rosdistro noetic
- name: Build ROS Package
run: |
bash
source /opt/ros/noetic/setup.bash
# bash
# source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin build --no-status # spinal
source 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 d4d9bf0

Please sign in to comment.