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

test D drive for windows temp #2002

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

test D drive for windows temp #2002

wants to merge 1 commit into from

Conversation

mansona
Copy link
Member

@mansona mansona commented Jun 21, 2024

There are some issues reported with windows disks running slow so I'm just testing out moving our temp to D:\

@@ -51,7 +51,7 @@ jobs:
use_lockfile: false
- name: Work around windows short path alias # https://github.com/actions/runner-images/issues/712
if: runner.os == 'Windows'
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
run: echo "TEMP=D:\temp" >> $env:GITHUB_ENV
Copy link
Contributor

@patricklx patricklx Jun 21, 2024

Choose a reason for hiding this comment

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

I guess you need mkdir as well new-item d:\temp -ItemType Directory

Suggested change
run: echo "TEMP=D:\temp" >> $env:GITHUB_ENV
run: echo "TEMP=D:\temp" >> $env:GITHUB_ENV && new-item d:\temp -ItemType Directory

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe permission is limited to D:\\a\\ ?

@patricklx
Copy link
Contributor

@mansona how about rerunning this? It should then pickup the new fixturify package, right?

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.

2 participants