Skip to content

Commit

Permalink
Update workflow to download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-martin committed Sep 11, 2023
1 parent c2226e0 commit f02d6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
path: src/repo
- name: Prepare workspace
run: |
echo ::group::Download dependencies
mkdir -p ./src/deps
vcs import --input ./src/repo/tools/common.repos ./src/deps
echo ::endgroup::
echo ::group::Install dependencies
local_deps.sh
rosdep update --include-eol-distros
Expand Down

0 comments on commit f02d6ca

Please sign in to comment.