From 4f5d0f0dd3956d2b28038b718ecba92dfa5be841 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:54:33 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da4a67b97..b5aeeb825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -303,7 +303,7 @@ jobs: [conf] tools.env.virtualenv:auto_use = True tools.build:compiler_executables = {"c": "${{ matrix.compiler.c-path }}", "cpp": "${{ matrix.compiler.cpp-path }}"} - tools.build:defines = [ "CFG_ENABLE_TEST_SUITE=ON", "JEMALLOC_PREFIX=je_", "CMAKE_INSTALL_PREFIX=${{ github.workspace }}/install/${{ matrix.build-type.conan-build-type }}" ] + #tools.build:defines = [ "CFG_ENABLE_TEST_SUITE=ON", "JEMALLOC_PREFIX=je_", "CMAKE_INSTALL_PREFIX=${{ github.workspace }}/install/${{ matrix.build-type.conan-build-type }}" ] ${{ matrix.build-and-test-config.conan-profile-custom-conf }} [buildenv]