We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df3cbc commit 70295a8Copy full SHA for 70295a8
.github/workflows/test-macos.yml
@@ -65,7 +65,7 @@ jobs:
65
# happen anymore running this step here first, that's also useful
66
# information.)
67
- name: tools/doc/node_modules workaround
68
- run: make tools/doc/node_modules
+ run: make -C node tools/doc/node_modules
69
# This is needed due to https://github.com/nodejs/build/issues/3878
70
- name: Cleanup
71
run: |
0 commit comments