Skip to content

Commit d7a2025

Browse files
committed
Fix not building qjsc during release process
1 parent 1253738 commit d7a2025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
cmake -DBUILD_STATIC_QJS_EXE=ON ..
2323
cd ..
2424
cmake --build build --target qjs_exe -j$(getconf _NPROCESSORS_ONLN)
25+
cmake --build build --target qjsc -j$(getconf _NPROCESSORS_ONLN)
2526
mv build/qjs build/qjs-linux-x86
2627
mv build/qjsc build/qjsc-linux-x86
2728
- name: check
@@ -50,6 +51,7 @@ jobs:
5051
cmake -DBUILD_STATIC_QJS_EXE=ON ..
5152
cd ..
5253
cmake --build build --target qjs_exe -j$(getconf _NPROCESSORS_ONLN)
54+
cmake --build build --target qjsc -j$(getconf _NPROCESSORS_ONLN)
5355
mv build/qjs build/qjs-linux-x86_64
5456
mv build/qjsc build/qjsc-linux-x86_64
5557
- name: check

0 commit comments

Comments
 (0)