File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
73
73
conan profile detect
74
74
echo "tools.cmake.cmaketoolchain:generator=Ninja" >> ~/.conan2/global.conf
75
75
mkdir build
76
- conan install -o "influxdb_cxx/* ":boost=${{ matrix.boost }} -o "influxdb_cxx/*":tests=True -s compiler.cppstd=20 --build=missing . -of build
76
+ conan install -o "& ":boost=${{ matrix.boost }} -s compiler.cppstd=20 --build=missing . -of build
77
77
conan install --build=missing -of build --requires "libcurl/7.87.0" --deployer full_deploy
78
78
- name : Build
79
79
run : |
80
80
export CL="/ID:\a\influxdb-cxx\influxdb-cxx\build\host\libcurl\7.87.0\Release\x86_64\include"
81
- script/ci_build.sh -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_FLAGS_INIT=-D_WIN32_WINNT=0x0A00
81
+ script/ci_build.sh -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_FLAGS_INIT=-D_WIN32_WINNT=0x0A00 -DINFLUXCXX_WITH_BOOST=${{ matrix.boost }}
82
82
- name : Install
83
83
run : cmake --build --preset conan-release --target install
84
84
@@ -101,7 +101,7 @@ jobs:
101
101
pipx install conan
102
102
conan profile detect
103
103
mkdir build
104
- conan install -o "influxdb_cxx/* ":system=True -o "influxdb_cxx/*":tests =True -s compiler.cppstd=20 --build=missing . -of build
104
+ conan install -o "& ":system=True -s compiler.cppstd=20 --build=missing . -of build
105
105
- name : Build
106
106
run : script/ci_build.sh
107
107
- name : Install
You can’t perform that action at this time.
0 commit comments