esbuild_deno_loader
esbuild_deno_loader copied to clipboard
Renaming temp folder errors on Github Actions
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]
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.
Fixed by #83
This may be closed by #107 — will install latest and report back
This problem is still happening. Re-running the action makes it pass.
@mxdvl I think this may have been fixed by #116