Skip to content

Commit f91b1db

Browse files
author
Bryan Howard
committed
test
1 parent bb3c752 commit f91b1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
- name: Decompress Python runtime
6161
shell: pwsh
6262
run: |
63-
.\zstd\zstd.exe -d python-standalone.tar.zst -o python-standalone.tar
63+
# BUG FIX: The zstd executable is in a nested directory after extraction.
64+
# Use the correct path to the executable.
65+
.\zstd\zstd-v1.5.5-win64\zstd.exe -d python-standalone.tar.zst -o python-standalone.tar
6466
tar -xf python-standalone.tar
6567
6668
- name: Move to python_runtime folder

0 commit comments

Comments
 (0)