Compare commits

...

2 commits

Author SHA1 Message Date
Cole Mickens 46001031de
disable io_uring for node to maybe avoid etxtbsy 2023-12-08 11:30:18 -05:00
Cole Mickens 19c5492b89
wip: drop: debug info 2023-12-08 09:45:24 -05:00
2 changed files with 8 additions and 1 deletions

View file

@ -27,6 +27,10 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v3
- name: Sanity Checls
run: |
set -x
uname -a
- name: Install Nix
uses: ./
with:

View file

@ -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'