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 07972e5 commit 5a345a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-bloom fakeroot debhelper dh-python
- name: Initialize rosdep
run: |
rosdep update
- name: Checkout repository
if: always()
uses: actions/checkout@v4
Expand All @@ -30,5 +27,6 @@ jobs:
- name: Build debian package
run: |
cd etsi_its_msgs
rosdep update
bloom-generate rosdebian
fakeroot debian/rules binary

0 comments on commit 5a345a3

Please sign in to comment.