We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7526264 commit 68a4a89Copy full SHA for 68a4a89
.github/workflows/ci.yml
@@ -270,6 +270,7 @@ jobs:
270
-DENABLE_TESTING=On \
271
-DENABLE_QT6=Off \
272
-DENABLE_NLS=Off \
273
+ -DENABLE_INDI=Off \
274
"${{ github.workspace }}"
275
make -j ${{env.parallel_processes}}
276
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
@@ -311,6 +312,7 @@ jobs:
311
312
-DSTELLARIUM_RELEASE_BUILD=Off \
313
314
315
316
317
318
0 commit comments