Skip to content

use GITHUB_WORKSPACE instead of hardcoded dir winCI #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

knmcguire
Copy link
Contributor

The windows CI is failing and that is due to this line right here:

xcopy /E /I /Y D:\a\ros2_rust\ros2_rust C:\workspace\src\ros2_rust

Apparently this directory changed from D:/ to C:/ when it got merged into main. Why? no idea! But now it should use the GITHUB_WORKSPACE directory instead of hardcoding it, so it should should be more generic at least.

I've put it into draft until it builds.

@knmcguire knmcguire marked this pull request as ready for review June 16, 2025 14:51
Copy link
Collaborator

@esteve esteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knmcguire LGTM, thanks!

@knmcguire
Copy link
Contributor Author

knmcguire commented Jun 17, 2025

Awesome! I have no more additions and it shouldn't conflict the other PR i'm working on, so feel free to merge at your convinience

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants