Add UV_ prefix to installer environment variables (#14964)

## Summary

Available as of https://github.com/astral-sh/cargo-dist/pull/46.
This commit is contained in:
Charlie Marsh
2025-07-29 21:24:59 -04:00
committed by GitHub
parent e7c8b47b7a
commit b31d786fe9
6 changed files with 27 additions and 14 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.1/cargo-dist-installer.sh | sh"
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"
- name: Cache dist
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
with: