Skip to content

Commit 791c486

Browse files
committed
Fix issue
1 parent 28b8ceb commit 791c486

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,19 @@ jobs:
3434
shell: powershell
3535
run: |
3636
irm -useb https://pixi.sh/install.ps1 | iex
37-
38-
- name: Setup ROS2
39-
uses: ros-tooling/[email protected]
40-
with:
41-
required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
42-
43-
- name: Open new PowerShell session
44-
shell: powershell
45-
run: |
46-
start-process powershell -ArgumentList '-NoExit', '-Command', 'Write-Host "New PowerShell session started"'
37+
exit
4738
4839
- name: Install dependencies
4940
shell: powershell
5041
run: |
5142
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
5243
pixi install
5344
45+
- name: Install 7-Zip
46+
shell: powershell
47+
run: |
48+
choco install 7zip -y
49+
5450
- name: Install ROS2 Rolling (Conditional)
5551
if: ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
5652
shell: bash

0 commit comments

Comments
 (0)