Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update build-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apgeorg authored Nov 15, 2023
1 parent 680f079 commit 09e1e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install dependecies
run: |
sudo apt-get update
sudo apt-get install -y python3-bloom python3-rosdep2 fakeroot debhelper dh-python
sudo apt-get install -y python3-bloom fakeroot debhelper dh-python
#sudo apt-get install -y python3-bloom python3-rosdep2 fakeroot debhelper dh-python
- name: Initialize rosdep
run: |
rosdep update
Expand Down

0 comments on commit 09e1e4a

Please sign in to comment.