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 73e8cd6 commit bbe7337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bbe7337

Please sign in to comment.