Skip to content

Commit 3ab16c2

Browse files
committed
disable NLS for FreeBSD
1 parent 3cf28e8 commit 3ab16c2

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
@@ -269,6 +269,7 @@ jobs:
269269
-DSTELLARIUM_RELEASE_BUILD=Off \
270270
-DENABLE_TESTING=On \
271271
-DENABLE_QT6=Off \
272+
-DENABLE_NLS=Off \
272273
"${{ github.workspace }}"
273274
make -j ${{env.parallel_processes}}
274275
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
@@ -308,6 +309,7 @@ jobs:
308309
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
309310
-DSTELLARIUM_RELEASE_BUILD=Off \
310311
-DENABLE_TESTING=On \
312+
-DENABLE_NLS=Off \
311313
"${{ github.workspace }}"
312314
make -j ${{env.parallel_processes}}
313315
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &

0 commit comments

Comments
 (0)