Upgrade cargo-dist to add UV_INSTALLER_URL to PowerShell installer (#15114)

## Summary

This ensures that `UV_INSTALLER_URL` is present in the PowerShell
installer.
This commit is contained in:
Charlie Marsh
2025-08-06 21:23:34 +01:00
committed by GitHub
parent 59558b13c1
commit 371502df62
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.7-prerelease.2/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.7/cargo-dist-installer.sh | sh"
- name: Cache dist
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
with: