From 50b23fd29aba9698749f198caed6c0810aa4cbb0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 10 Jul 2025 10:30:26 +0200 Subject: [PATCH] ci: try without freestanding --- .github/workflows/ci-freestanding.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index ffdf5af5..8f0cd3d9 100644 --- a/.github/workflows/ci-freestanding.yml +++ b/.github/workflows/ci-freestanding.yml @@ -131,8 +131,8 @@ jobs: shell: bash run: | conan build . -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" \ - -c user.mp-units.build:all=True -c tools.build:cxxflags="['-ffreestanding']" \ - -o '&:cxx_modules=${{ matrix.config.cxx_modules }}' -o '&:std_format=${{ env.std_format }}' -o '&:contracts=${{ matrix.contracts }}' -o '&:freestanding=True' ${{ matrix.config.conan-config }} + -c user.mp-units.build:all=True \ + -o '&:cxx_modules=${{ matrix.config.cxx_modules }}' -o '&:std_format=${{ env.std_format }}' -o '&:contracts=${{ matrix.contracts }}' ${{ matrix.config.conan-config }} - name: Clean Conan cache before backup shell: bash run: |