Skip to content

Commit

Permalink
Add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmatyi committed Nov 11, 2024
1 parent 5578431 commit 34fb749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: cp -r crp_APL crp_CIL/ crp_VIL/ doc/ external/ scripts/ ros2_ws/src
- name: APt update
run: apt update
- name: install dependencies
- name: install pacmod3
run: |
sudo apt install apt-transport-https
sudo apt install -y apt-transport-https
sudo sh -c 'echo "deb [trusted=yes] https://s3.amazonaws.com/autonomoustuff-repo/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/autonomoustuff-public.list'
sudo apt update
sudo apt install ros-$ROS_DISTRO-pacmod3
Expand Down

0 comments on commit 34fb749

Please sign in to comment.