Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jan 4, 2024
1 parent 46c5b9f commit b4faa26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
path: target_ws/src

- name: Install Dependencies
shell: bash
run: |
apt install -y -qq libxmlrpcpp-dev
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v5
with:
Expand Down

0 comments on commit b4faa26

Please sign in to comment.