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 62e1ead commit ceec08bCopy full SHA for ceec08b
.github/workflows/check-pr.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Check out and build quickjs
40
run: |
41
git clone https://github.com/bellard/quickjs
42
- cd quickjs && curl -OL http://pp.nginx.com/pluknet/quickjs.patch && git apply quickjs.patch
+ cd quickjs
43
CFLAGS=$CC_OPT LDFLAGS=$LD_OPT $MAKE_UTILITY -j$(nproc) libquickjs.a
44
45
- name: Configure and make njs
0 commit comments