esbuild_deno_loader icon indicating copy to clipboard operation
esbuild_deno_loader copied to clipboard

Renaming temp folder errors on Github Actions

Open mxdvl opened this issue 1 year ago • 5 comments

Renaming the temporary folder throws an error in GitHub Actions:

Error: R] Directory not empty (os error 39): rename '/tmp/1f392c05' ->
'/home/runner/work/mononykus/mononykus/.cache/deno_esbuild/[email protected]/node_modules/svelte'
[plugin deno-loader]

mxdvl avatar Aug 27 '23 16:08 mxdvl

Seems like it could be due to a custom DENO_DIR variable… I’ll investigate more and decide if it’s truly an issue with this repo.

mxdvl avatar Aug 27 '23 17:08 mxdvl

Fixed by #83

mxdvl avatar Sep 25 '23 16:09 mxdvl

This may be closed by #107 — will install latest and report back

mxdvl avatar Jan 24 '24 08:01 mxdvl

This problem is still happening. Re-running the action makes it pass.

mxdvl avatar Mar 12 '24 15:03 mxdvl

@mxdvl I think this may have been fixed by #116

lucacasonato avatar Mar 15 '24 11:03 lucacasonato