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 13ef2bf commit 6e36101Copy full SHA for 6e36101
.github/workflows/windows-build-and-test.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install 7-Zip
41
shell: powershell
42
run: |
43
- choco install 7zip -y
+ choco install 7zip wget -y
44
45
- name: Install ROS2 Rolling (Conditional)
46
if: ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
0 commit comments