-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Download bun is slowly, I use the custom url like this.
with:
bun-download-url: "https://**/caches/bun/v1.1.24/bun-linux-x64.zip"
bun-version: 1.1.24
But it always download from web not from cache.
Expect if cache hit the version, it can use cache, or form local toolcache dir like this.
const tc = require('@actions/tool-cache');
const cachedPath = await tc.cacheDir(extractedFolder, 'bun', '1.1.24');
const bunDirectory = tc.find('bun', '1.1.24', 'x64');
Metadata
Metadata
Assignees
Labels
No labels