Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n authored Feb 6, 2023
1 parent e5ca0eb commit 77c0486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update dependencies
- name: Install dependencies
shell: bash
run: |
apt update && rosdep update
rosdep install -yi --rosdistro humble --from-paths .
rosdep install -yi --from-paths .
- name: Build workspace
shell: bash
Expand All @@ -33,11 +33,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update dependencies
- name: Install dependencies
shell: bash
run: |
apt update && rosdep update
rosdep install -yi --rosdistro humble --from-paths .
rosdep install -yi --from-paths .
- name: Build workspace
shell: bash
Expand Down

0 comments on commit 77c0486

Please sign in to comment.