Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB authored Dec 19, 2023
1 parent c7b1020 commit c7a989a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
with:
path: workspace

- name: Build and test workspace
uses: ichiro-its/[email protected]
- name: Setup workspace
uses: ichiro-its/ros2-ws-action/setup@v1.0.0
with:
distro: rolling
distro: humble

- name: Build workspace
uses: ichiro-its/ros2-ws-action/[email protected]
with:
distro: humble

0 comments on commit c7a989a

Please sign in to comment.