Skip to content

Commit 6e36101

Browse files
committed
Install wget
1 parent 13ef2bf commit 6e36101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install 7-Zip
4141
shell: powershell
4242
run: |
43-
choco install 7zip -y
43+
choco install 7zip wget -y
4444
4545
- name: Install ROS2 Rolling (Conditional)
4646
if: ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}

0 commit comments

Comments
 (0)