Skip to content

Commit 1a2a1e2

Browse files
committed
Fix issue
1 parent 805f6ea commit 1a2a1e2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232

33-
- uses: prefix-dev/[email protected]
34-
with:
35-
run-install: false
36-
- run: |
37-
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
38-
pixi install
39-
4033
- name: Install 7-Zip
4134
shell: powershell
4235
run: |
@@ -49,6 +42,15 @@ jobs:
4942
wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
5043
7z x rolling.zip -y -o/c/dev/rolling
5144
45+
- uses: prefix-dev/[email protected]
46+
with:
47+
run-install: false
48+
- run: |
49+
cd C:\dev
50+
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
51+
pixi install
52+
pixi shell
53+
5254
- uses: actions/checkout@v4
5355

5456
- name: Build rclnodejs

0 commit comments

Comments
 (0)