Skip to content

Commit fe14d94

Browse files
authored
Merge pull request winpython#1729 from stonebig/master
trying to tackle the first peach
2 parents db1543c + e911fa1 commit fe14d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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
18-
17+
# tar -xf python-3.13-embed.zip -C dotpython
18+
powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
1919
- name: Prepare WinPython dot structure
2020
run: |
2121
mkdir WinPython-dot-3.13

0 commit comments

Comments
 (0)