Skip to content

Commit e911fa1

Browse files
committed
keep the previous invisual, as we may go .gz or .zst
1 parent 0ea258b commit e911fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: |
1515
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
1616
mkdir dotpython
17+
# tar -xf python-3.13-embed.zip -C dotpython
1718
powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
1819
- name: Prepare WinPython dot structure
1920
run: |

0 commit comments

Comments
 (0)