Skip to content

Commit

Permalink
Add vcs import multiplatform action for macOS case (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Mar 12, 2024
1 parent 7c930c6 commit 38d0561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplatform/vcs_import/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:

- name: Run in ubuntu
uses: eProsima/eProsima-CI/ubuntu/vcs_import@main
if: runner.os == 'Linux'
if: runner.os == 'Linux' || runner.os == 'macOS'
with:
vcs_repos_file: ${{ inputs.vcs_repos_file }}
destination_workspace: ${{ inputs.destination_workspace }}
Expand Down

0 comments on commit 38d0561

Please sign in to comment.