From b95fd865954a7349df5da7dc71f75c729d0572b2 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 12 May 2025 17:28:20 +0300 Subject: [PATCH] Fix CMake tests build fail (fixes #198) (#201) --- .github/workflows/ci.yml | 2 +- test/core/run/constexpr_ops.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b821eea..209b986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY ./bootstrap.sh ./b2 -d0 headers - ./b2 variant=debug tools/inspect/build + ./b2 variant=debug tools/inspect - name: Run modules tests if: false diff --git a/test/core/run/constexpr_ops.cpp b/test/core/run/constexpr_ops.cpp index 31b3d8a..545bb01 100644 --- a/test/core/run/constexpr_ops.cpp +++ b/test/core/run/constexpr_ops.cpp @@ -13,7 +13,6 @@ #include #include -#include #include #ifdef __clang__