We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db1543c + e911fa1 commit fe14d94Copy full SHA for fe14d94
.github/workflows/github_workflows_build-dot.yml
@@ -14,8 +14,8 @@ jobs:
14
run: |
15
curl -L -o python-3.13-embed.zip https://github.com/indygreg/python-build-standalone/releases/download/20240421/cpython-3.13.0b1+20240421-x86_64-pc-windows-msvc-shared-install_only.zip
16
mkdir dotpython
17
- tar -xf python-3.13-embed.zip -C dotpython
18
-
+ # tar -xf python-3.13-embed.zip -C dotpython
+ powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
19
- name: Prepare WinPython dot structure
20
21
mkdir WinPython-dot-3.13
0 commit comments