From 46001031de143e7c642dc562b82f400b4089d29f Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Fri, 8 Dec 2023 11:30:18 -0500 Subject: [PATCH] disable io_uring for node to maybe avoid etxtbsy --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e2ff8e1..2fe0784 100644 --- a/action.yml +++ b/action.yml @@ -117,5 +117,8 @@ inputs: runs: using: "node20" + env: + UV_USE_IO_URING: 0 main: 'dist/index.js' - post: 'dist/index.js' \ No newline at end of file + post: 'dist/index.js' +