Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 63ca83b commit 7dea70f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +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]
Expand Down

0 comments on commit 7dea70f

Please sign in to comment.