Skip to content

Commit a680427

Browse files
committed
fix ci
1 parent 5815499 commit a680427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: cd static-build && cmake -DCMAKE_TARANTOOL_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DENABLE_WERROR=ON" .
1818

1919
- name: Native build
20-
run: cd static-build && make -j
20+
run: cd static-build && make
2121

2222
- name: Dart dependencies
2323
run: cd binding/dart && dart pub get

0 commit comments

Comments
 (0)