Skip to content

Commit

Permalink
[DBG] tree
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 30, 2024
1 parent be4b4f4 commit 225cf03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
path: src

- name: show files
run: |
dnf -y install tree
pwd
tree
- name: build and test
run: |
rosdep install --from-paths src --ignore-src -y --rosdistro ${{ matrix.ros }}
Expand Down

0 comments on commit 225cf03

Please sign in to comment.