Skip to content

Commit 0ea258b

Browse files
committed
using powershell for .zip things
for cpu matters, .zst shall be prefered later, it's a learning road
1 parent c09e5d8 commit 0ea258b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +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
18-
17+
powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
1918
- name: Prepare WinPython dot structure
2019
run: |
2120
mkdir WinPython-dot-3.13

0 commit comments

Comments
 (0)