Skip to content

Commit 6093aad

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Install boost on jazzy as well (#273)
(cherry picked from commit 2fbe2ea)
1 parent 0020823 commit 6093aad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jazzy-binary-build-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
ros_distro: jazzy
3333
ref_for_scheduled_build: jazzy
3434
os_name: windows-2019
35+
install_boost: true

.github/workflows/rolling-binary-build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# (github.event_name == 'workflow_dispatch')
3030
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
3131
with:
32-
ros_distro: jazzy
32+
ros_distro: jazzy # no pre-compiled rolling version is available
3333
ref_for_scheduled_build: master
3434
os_name: windows-2019
3535
install_boost: true

0 commit comments

Comments
 (0)