From 8a5e9bca59b94430e4ecb6ba62847625985652b4 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 11 Nov 2024 17:16:51 +0000 Subject: [PATCH] Use gzip bundles in Windows PR checks --- .github/actions/prepare-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare-test/action.yml b/.github/actions/prepare-test/action.yml index 690f91770b..2f814d3dac 100644 --- a/.github/actions/prepare-test/action.yml +++ b/.github/actions/prepare-test/action.yml @@ -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"