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 2cd0ddc commit 4d4fd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y python3-bloom python3-rosdep2 fakeroot debhelper dh-python
- name: Initialize rosdep
if: always()
run: |
sudo rosdep init
rosdep update
- name: Checkout repository
- name: Checkout repository
if: always()
uses: actions/checkout@v4
with:
ref: humble
Expand Down

0 comments on commit 4d4fd57

Please sign in to comment.