Skip to content

Commit

Permalink
fix: add --ignore-src in the Setup sub-action (#47)
Browse files Browse the repository at this point in the history
* fix(setup): add `--ignore-src` flag

* chore: use the latest commit of the Setup sub-action
  • Loading branch information
threeal authored Nov 7, 2023
1 parent b2a3f84 commit 3f3a553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
runs:
using: composite
steps:
- uses: ichiro-its/ros2-ws-action/setup@18f8d40805c2668f07b836763824d99bb6e33f9b
- uses: ichiro-its/ros2-ws-action/setup@34652cfbfafacc1dda0b7469d4e70a5214fd8bb9
with:
distro: ${{ inputs.distro }}

Expand Down
2 changes: 1 addition & 1 deletion setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
run: |
sudo rosdep init
rosdep update
rosdep install -y --rosdistro ${{ inputs.distro }} --from-paths .
rosdep install -y --rosdistro ${{ inputs.distro }} --from-paths . --ignore-src
- shell: bash
run: |
Expand Down

0 comments on commit 3f3a553

Please sign in to comment.