Skip to content

Commit

Permalink
Use gzip bundles in Windows PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Nov 11, 2024
1 parent acb9cb1 commit 8a5e9bc
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 8a5e9bc

Please sign in to comment.