mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +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:
|
runs:
|
||||||
using: "node20"
|
using: "node20"
|
||||||
|
env:
|
||||||
|
UV_USE_IO_URING: 0
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
post: 'dist/index.js'
|
post: 'dist/index.js'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue