Skip to content

Commit 682c2f7

Browse files
authored
Merge branch 'main' into henrymercer/fix-empty-header
2 parents d899314 + 965c472 commit 682c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)