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 5a345a3 commit 50877db
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build Debian Package
on:
workflow_dispatch:
push:
branches: [ "humble" ]
pull_request:
Expand All @@ -10,14 +11,10 @@ jobs:
build_debian:
runs-on: ubuntu-22.04
steps:
- name: Setup ROS environment
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- name: Install dependecies
run: |
sudo apt-get update
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: Checkout repository
if: always()
uses: actions/checkout@v4
Expand Down

0 comments on commit 50877db

Please sign in to comment.