Skip to content

Commit 3d3de89

Browse files
committed
Use powershell
1 parent 0d8ac0b commit 3d3de89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: Install pixi
35-
shell: cmd
35+
shell: powershell
3636
run: |
3737
irm -useb https://pixi.sh/install.ps1 | iex
3838
@@ -42,7 +42,7 @@ jobs:
4242
required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
4343

4444
- name: Install dependencies
45-
shell: cmd
45+
shell: powershell
4646
run: |
4747
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
4848
pixi install

0 commit comments

Comments
 (0)