-
Notifications
You must be signed in to change notification settings - Fork 611
Doesn't work on windows #1060
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
Comments
This is occurring for me also. I followed the guidance for self hosted windows, with no change. |
Hi @sijjay , Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates. |
Hello there👋,
For further troubleshooting, we recommend re-running the job and trying different Python versions with - name: Clear any existing tool cache
run: |
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
mkdir -p "${{ runner.tool_cache }}"
- uses: actions/setup-python@v5
with:
python-version: ‘3.x’ We hope this information is helpful. Please let us know if you have any further questions or concerns. |
Hello @sijjay👋, |
self hosted runner : This is occurring for me also. |
Hello @arunk3200👋, |
Hello @priya-kinthali,
|
Hello @sijjay👋, |
Description:
Trying to e this action on elf-hosted windows runners
Action version:
v5
Platform:
Runner type:
Tools version:
Python 3.10
Windows_NT
Repro steps:
Just run this action on Windwos_NT
Expected behavior:
Works smoothly as it does on Linux
Actual behavior:
Error:
The text was updated successfully, but these errors were encountered: