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 a680427 commit 7debdedCopy full SHA for 7debded
.github/workflows/storage.yml
@@ -17,7 +17,7 @@ jobs:
17
run: cd static-build && cmake -DCMAKE_TARANTOOL_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DENABLE_WERROR=ON" .
18
19
- name: Native build
20
- run: cd static-build && make
+ run: cd static-build && make -j
21
22
- name: Dart dependencies
23
run: cd binding/dart && dart pub get
0 commit comments