summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2021-10-19 02:58:16 +0200
committerCharles Pigott <charlespigott@googlemail.com>2021-10-19 09:05:00 +0100
commit14429bbe8a323f25deb72d4586d5ce6ee23b5a78 (patch)
treefa5235c1de37fbcd3b552c5e8889809e33344c65 /.github
parent6289b4dd8137cf8d9c7a3529f42ee8568290d559 (diff)
downloadopenttd-14429bbe8a323f25deb72d4586d5ce6ee23b5a78.tar.xz
Change: [Actions] Also check desync debug
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 952e860e4..5b69c1eea 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -82,7 +82,7 @@ jobs:
libsdl: libsdl1.2-dev
- compiler: gcc
cxxcompiler: g++
- extra-cmake-parameters: -DOPTION_DEDICATED=ON
+ extra-cmake-parameters: -DOPTION_DEDICATED=ON -DCMAKE_CXX_FLAGS_INIT="-DRANDOM_DEBUG"
runs-on: ubuntu-20.04
env: