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 a3b3a06 commit 3d47578Copy full SHA for 3d47578
.github/workflows/windows-build-and-test.yml
@@ -39,7 +39,7 @@ jobs:
39
if: ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
40
shell: bash
41
run: |
42
- wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
+ wget --quiet https://github.com/ros2/ros2/releases/download/release-kilted-beta-20250430/ros2-kilted-beta-20250430-windows-release-amd64.zip -O rolling.zip
43
7z x rolling.zip -y -o/c/dev/rolling
44
45
- uses: prefix-dev/[email protected]
0 commit comments