From 34652cfbfafacc1dda0b7469d4e70a5214fd8bb9 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 7 Nov 2023 13:50:36 +0700 Subject: [PATCH 1/2] fix(setup): add `--ignore-src` flag --- setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/action.yaml b/setup/action.yaml index c17c509..3f1b6eb 100644 --- a/setup/action.yaml +++ b/setup/action.yaml @@ -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: | From a0a2a03cf2471dedb4940765bbc83611a0d97c8b Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 7 Nov 2023 13:51:45 +0700 Subject: [PATCH 2/2] chore: use the latest commit of the Setup sub-action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f5f4d28..ab5d747 100644 --- a/action.yml +++ b/action.yml @@ -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 }}