We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801ebf8 commit da284e0Copy full SHA for da284e0
src/utils/setup/setupBin.ts
@@ -59,7 +59,7 @@ export async function setupBin(
59
}
60
61
// Get an unique output directory name from the URL.
62
- const key: string = await hasha.async(url)
+ const key: string = await hasha.async(url, { algorithm: "md5" })
63
const rootDir = join(setupCppDir, key)
64
65
// download ane extract the package into the installation directory.
0 commit comments