-
Notifications
You must be signed in to change notification settings - Fork 302
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
feat(get): set cacheDir
on another volume
#1023
Conversation
I'm getting the same error in GH-1017. If you're able to resolve this error, that's be great. 🙏🏼 |
Weird that there's a lint error on Windows runner image only. Running |
cacheDir
on another disk
cacheDir
on another diskcacheDir
on another volume
I'm good to merge this in but before I do, I have a few questions regarding implementation. |
What questions do you have? @ayushmanchhabra Additionally, it's worth mentioning that when working on Windows and wanting to create symbolic links, administrative privileges are necessary. Alternatively, you might consider using mlink, as it doesn't demand administrator rights. |
@jorisdugue I've asked them above. |
🤖 I have created a release *beep* *boop* --- ## [4.6.0](v4.5.4...v4.6.0) (2024-02-01) ### Features * **get:** set `cacheDir` on another volume ([#1023](#1023)) ([7c0f711](7c0f711)), closes [#1017](#1017) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description of Changes
Notes: Resolves issued caused by cache is in a directory other than the current path.
Closes: #1017