Use gzip bundles in Windows PR checks
This commit is contained in:
parent
acb9cb18ee
commit
8a5e9bca59
1 changed files with 1 additions and 1 deletions
2
.github/actions/prepare-test/action.yml
vendored
2
.github/actions/prepare-test/action.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue