Skip to content

Commit

Permalink
Fork setup-ros
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 27, 2024
1 parent 6f92c4e commit 12b0483
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/reusable-ros-tooling-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
# this will be src/{repo-owner}/{repo-name}
repo_path: src/${{ github.repository }}
steps:
- uses: actions/setup-python@v5
# setup-ros has hardcoded python 3.8, as it is the default version acc. to REP-2000 for jazzy
# let's use the same version here for the later action-ros-ci step

- uses: christophfroehlich/setup-ros@master
with:
python-version: '3.8'
required-ros-distributions: ${{ inputs.ros_distro }}
use-ros2-testing: true

- name: vcpkg build
uses: johnwason/vcpkg-action@v6
Expand Down Expand Up @@ -81,14 +81,6 @@ jobs:
"target-triplet=$var2" | Out-File -FilePath $Env:GITHUB_OUTPUT -Append
"manifest-mode=$var3" | Out-File -FilePath $Env:GITHUB_OUTPUT -Append
# does this overwrite python setup?
cat "D:\a\control_toolbox\control_toolbox\vcpkg\ports\python3\portfile.cmake"
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ inputs.ros_distro }}
use-ros2-testing: true

- name: Install boost
uses: MarkusJx/[email protected]
if: ${{ inputs.install_boost }}
Expand Down

0 comments on commit 12b0483

Please sign in to comment.