mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: pin third_party (#20386)
This commit is contained in:
parent
be1fc754a1
commit
a0af53fea1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export function getPrebuiltToolPath(toolName) {
|
|||
}
|
||||
|
||||
const downloadUrl =
|
||||
`https://raw.githubusercontent.com/denoland/deno_third_party/master/prebuilt/${platformDirName}`;
|
||||
`https://raw.githubusercontent.com/denoland/deno_third_party/7f1a41fee1bfbffd56674269db8f1e19263cf751/prebuilt/${platformDirName}`;
|
||||
|
||||
export async function downloadPrebuilt(toolName) {
|
||||
const spinner = wait("Downloading prebuilt tool: " + toolName).start();
|
||||
|
|
Loading…
Add table
Reference in a new issue