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 3cf28e8 commit 3ab16c2Copy full SHA for 3ab16c2
.github/workflows/ci.yml
@@ -269,6 +269,7 @@ jobs:
269
-DSTELLARIUM_RELEASE_BUILD=Off \
270
-DENABLE_TESTING=On \
271
-DENABLE_QT6=Off \
272
+ -DENABLE_NLS=Off \
273
"${{ github.workspace }}"
274
make -j ${{env.parallel_processes}}
275
Xvfb :0 -ac -screen 0 1024x768x24+32 >/dev/null 2>&1 &
@@ -308,6 +309,7 @@ jobs:
308
309
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
310
311
312
313
314
315
0 commit comments