Skip to content

Commit 4c2513c

Browse files
authored
github/workflow: remove accelerate support for build_all
1 parent b6e412b commit 4c2513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/get_label.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = async ({github, context, core}) => {
3434
' -DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=ON',
3535
' -DINSTALL_DOCUMENTATION=ON',
3636
' -DGENERATE_PYTHON_STUBS=ON',
37-
' -DBUILD_WITH_ACCELERATE_SUPPORT=ON'
37+
' -DBUILD_WITH_ACCELERATE_SUPPORT=OFF'
3838
],
3939
build_collision: ' -DBUILD_WITH_COLLISION_SUPPORT=ON',
4040
build_casadi: ' -DBUILD_WITH_CASADI_SUPPORT=ON',

0 commit comments

Comments
 (0)