Skip to content

Commit 68a4a89

Browse files
committed
disable INDI for FreeBSD
1 parent 7526264 commit 68a4a89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ jobs:
270270
-DENABLE_TESTING=On \
271271
-DENABLE_QT6=Off \
272272
-DENABLE_NLS=Off \
273+
-DENABLE_INDI=Off \
273274
"${{ github.workspace }}"
274275
make -j ${{env.parallel_processes}}
275276
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
@@ -311,6 +312,7 @@ jobs:
311312
-DSTELLARIUM_RELEASE_BUILD=Off \
312313
-DENABLE_TESTING=On \
313314
-DENABLE_NLS=Off \
315+
-DENABLE_INDI=Off \
314316
"${{ github.workspace }}"
315317
make -j ${{env.parallel_processes}}
316318
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &

0 commit comments

Comments
 (0)