Skip to content

Commit 7debded

Browse files
committed
restore -j
1 parent a680427 commit 7debded

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
20+
run: cd static-build && make -j
2121

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

0 commit comments

Comments
 (0)