Skip to content

Commit

Permalink
Ofcourse, I forgot the y
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Apr 6, 2021
1 parent eb94073 commit 864fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install catkin-tools on Noetic
if: ${{ matrix.config.container == 'ros:noetic-ros-base-focal' }}
run: |
apt update && apt install python3-pip
apt update && apt install -y python3-pip
pip3 install osrf-pycommon
apt update && apt install -y python3-wstool python3-catkin-tools
- name: release_build_test
Expand Down

0 comments on commit 864fbf7

Please sign in to comment.