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 0d8ac0b commit 3d3de89Copy full SHA for 3d3de89
.github/workflows/windows-build-and-test.yml
@@ -32,7 +32,7 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
34
- name: Install pixi
35
- shell: cmd
+ shell: powershell
36
run: |
37
irm -useb https://pixi.sh/install.ps1 | iex
38
@@ -42,7 +42,7 @@ jobs:
42
required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
43
44
- name: Install dependencies
45
46
47
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
48
pixi install
0 commit comments