lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://jsr.io/@luca/esbuild-deno-loader
MIT License
176 stars 46 forks source link

Renaming temp folder errors on Github Actions #82

Open mxdvl opened 1 year ago

mxdvl commented 1 year ago

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/svelte@4.2.0/node_modules/svelte'
[plugin deno-loader]
mxdvl commented 1 year ago

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 commented 1 year ago

Fixed by #83

mxdvl commented 10 months ago

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

mxdvl commented 8 months ago

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

lucacasonato commented 8 months ago

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