CI: Disable flags which require a beta version of OpenSCAD

This commit is contained in:
Arthur Moore 2024-08-04 02:58:26 -04:00
parent ea976db7e7
commit df9b7e5262

View file

@ -115,8 +115,8 @@ class OpenScadRunner:
common_arguments = [
#'--hardwarnings', // Does not work when setting variables by using functions
'--enable=fast-csg',
'--enable=predictible-output',
#'--enable=fast-csg', // Requires Beta version of OpenSCAD
#'--enable=predictible-output', // Requires Beta version of OpenSCAD
'--imgsize=1280,720',
'--view=axes',
'--projection=ortho',