Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MuggleWei committed Nov 9, 2023
2 parents e395723 + e05bb16 commit 2646204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep_modules/mugglec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=${HPB_OUTPUT_DIR};
cmake --build ${HPB_BUILD_DIR} --config ${build_type};
cmake --build ${HPB_BUILD_DIR} --target install;
cmake --build ${HPB_BUILD_DIR} --config ${build_type} --target install;
package:
needs: [build]
steps:
Expand Down

0 comments on commit 2646204

Please sign in to comment.