mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
disable io_uring for node to maybe avoid etxtbsy
This commit is contained in:
parent
19c5492b89
commit
46001031de
1 changed files with 4 additions and 1 deletions
|
@ -117,5 +117,8 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: "node20"
|
||||
env:
|
||||
UV_USE_IO_URING: 0
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
||||
|
|
Loading…
Reference in a new issue