Skip to content

Commit

Permalink
Add windows_dependencies input
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 26, 2024
1 parent 7807352 commit e571d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-ros-tooling-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ on:
required: false
default: ''
type: string
windows_dependencies:
description: 'Path to a repos file with additional windows dependencies'
required: false
default: ''
type: string
install_boost:
description: 'Install boost for the build'
required: false
Expand Down Expand Up @@ -100,6 +105,7 @@ jobs:
package-name: ${{ steps.package_list_action.outputs.package_list }}
vcs-repo-file-url: |
${{ steps.check_local_repos.outputs.repo_file }}
${{ env.repo_path }}/${{ inputs.windows_dependencies }}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
colcon-defaults: |
{
Expand Down

0 comments on commit e571d7e

Please sign in to comment.