We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c2ab1 commit 04b8940Copy full SHA for 04b8940
.github/workflows/windows-build-and-test.yml
@@ -50,7 +50,13 @@ jobs:
50
uses: ros-tooling/[email protected]
51
with:
52
required-ros-distributions: ${{ matrix.ros_distribution }}
53
- use-ros2-testing: true
+
54
+ - name: Install ROS2 Rolling (Conditional)
55
+ if: ${{ matrix.ros_distribution == 'rolling' }}
56
+ shell: bash
57
+ run: |
58
+ wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
59
+ 7z x rolling.zip -y -o/c/dev/rolling
60
61
- name: Prebuild - Setup VS Dev Environment
62
uses: seanmiddleditch/gha-setup-vsdevenv@v4
0 commit comments