From 14429bbe8a323f25deb72d4586d5ce6ee23b5a78 Mon Sep 17 00:00:00 2001 From: glx22 Date: Tue, 19 Oct 2021 02:58:16 +0200 Subject: [PATCH] Change: [Actions] Also check desync debug --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 952e860e4a..5b69c1eea1 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: