Skip to content
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

windows ci: Run cargo clippy in the dev drive workspace to reuse the cache #9411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

j178
Copy link
Contributor

@j178 j178 commented Nov 25, 2024

Summary

In the Windows Clippy job, the workspace is transferred to UV_WORKSPACE. However, cargo clippy continues to execute in the github.workspace, and Swatinem/rust-cache only caches the UV_WORKSPACE/target, resulting in cargo clippy having no cache.

This adjustment will take effect when any changes are made to Cargo.toml or Cargo.lock, prompting Swatinem/rust-cache to updat the cache.

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.

1 participant