Skip to content

Commit

Permalink
Merge pull request #2591 from github/henrymercer/windows-pr-checks-gzip
Browse files Browse the repository at this point in the history
Use gzip bundles in Windows PR checks
  • Loading branch information
henrymercer authored Nov 11, 2024
2 parents acb9cb1 + 8a5e9bc commit 965c472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
exit 0
fi
if [[ ${{ inputs.version }} == "nightly-latest" ]]; then
if [[ ${{ inputs.version }} == "nightly-latest" && "$RUNNER_OS" != "Windows" ]]; then
extension="tar.zst"
else
extension="tar.gz"
Expand Down

0 comments on commit 965c472

Please sign in to comment.