Skip to content

Commit 20e40ee

Browse files
authored
Merge pull request winpython#1749 from stonebig/master
peach build #22
2 parents e0598ee + d18213d commit 20e40ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python_source: ${{ env.python_source }}
3636
python_sha256: ${{ env.python_sha256 }}
3737
run: |
38-
curl.exe -L -o "python-$WINPYVERSION-embed.tar.gz $python_source
38+
curl.exe -L -o python-$WINPYVERSION-embed.tar.gz $python_source
3939
# Calculate SHA256 hash
4040
actual_hash=$(sha256sum python-$WINPYVERSION-embed.tar.gz | cut -d' ' -f1)
4141

0 commit comments

Comments
 (0)