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 5815499 commit a680427Copy full SHA for a680427
.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 -j
+ run: cd static-build && make
21
22
- name: Dart dependencies
23
run: cd binding/dart && dart pub get
0 commit comments