Skip to content

Commit 965c472

Browse files
authored
Merge pull request #2591 from github/henrymercer/windows-pr-checks-gzip
Use gzip bundles in Windows PR checks
2 parents acb9cb1 + 8a5e9bc commit 965c472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
exit 0
4141
fi
4242
43-
if [[ ${{ inputs.version }} == "nightly-latest" ]]; then
43+
if [[ ${{ inputs.version }} == "nightly-latest" && "$RUNNER_OS" != "Windows" ]]; then
4444
extension="tar.zst"
4545
else
4646
extension="tar.gz"

0 commit comments

Comments
 (0)