Skip to content

Commit

Permalink
Fix catkin build
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jun 27, 2023
1 parent b585974 commit 5b70923
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/catkin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
required-ros-distributions: noetic
- name: Install catkin tool
run: sudo apt-get install python3-catkin-tools
- name: Update pip
run: |
pip3 install pip --upgrade
pip3 install pyopenssl --upgrade
- name: Init workspace
run: |
source /opt/ros/noetic/setup.bash
Expand All @@ -35,4 +39,4 @@ jobs:
source /opt/ros/noetic/setup.bash
cd ${CATKIN_WS}
catkin build

0 comments on commit 5b70923

Please sign in to comment.