Skip to content

Commit

Permalink
avoid npm kernel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 4, 2024
1 parent 9382b9b commit ec5f9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-verify-proofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
uses: actions/[email protected]

- name: Install node dependencies
run: npm install
run: |
export UV_USE_IO_URING=0
npm install
- name: Download artifact
uses: actions/download-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: Install node dependencies
run: |
export UV_USE_IO_URING=0
npm install
- name: Hadrhat tests
Expand Down

0 comments on commit ec5f9a5

Please sign in to comment.