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 d62583d commit fcab8f3Copy full SHA for fcab8f3
.github/workflows/rust-win.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
mkdir C:\workspace\src
28
mkdir C:\pixi_ws
29
- xcopy /E /I /Y D:\a\ros2_rust\ros2_rust C:\workspace\src\ros2_rust
+ xcopy /E /I /Y $env:GITHUB_WORKSPACE C:\workspace\src\ros2_rust
30
31
- name: Get pixi toml file
32
run: irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile C:\pixi_ws\pixi.toml
@@ -85,4 +85,4 @@ jobs:
85
)
86
87
shell: cmd
88
- working-directory: C:\workspace
+ working-directory: C:\workspace
0 commit comments