Skip to content

Commit 6fda4f6

Browse files
committed
Try cached dir.
1 parent f378ab9 commit 6fda4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ async function run(): Promise<void> {
6060

6161
const emacsBin = emacsDir + "\\bin";
6262
console.log("emacsBin: " + emacsBin);
63-
const cachtedPath = await tc.cacheDir(emacsBin);
64-
core.addPath(emacsBin);
63+
const cachtedPath = await tc.cacheDir(emacsBin, "emacs", dot_ver);
64+
core.addPath(cachtedPath);
6565
core.exportVariable("PATH", "%PATH%;" + emacsBin);
6666
core.endGroup();
6767

0 commit comments

Comments
 (0)