File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 node-version : ${{ matrix.node-version }}
3232
33- - uses : prefix-dev/setup-pixi@v0.8.8
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 : |
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/setup-pixi@v0.8.8
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
You can’t perform that action at this time.
0 commit comments