File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Check deployment as cmake subdirectory
39
39
run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=ON -DINFLUXCXX_WITH_BOOST=${{ matrix.boost }}
40
40
- name : Install
41
- run : cmake --build build --target install
41
+ run : cmake --install build
42
42
- name : Check installed library
43
43
run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=OFF
44
44
@@ -97,15 +97,15 @@ jobs:
97
97
run : |
98
98
export HOMEBREW_NO_AUTO_UPDATE=1
99
99
export HOMEBREW_NO_INSTALL_CLEANUP=1
100
- pip3 install -U conan
101
100
brew install boost
101
+ pipx install conan
102
102
conan profile detect
103
103
mkdir build
104
104
conan install -o "influxdb_cxx/*":system=True -o "influxdb_cxx/*":tests=True -s compiler.cppstd=20 --build=missing . -of build
105
105
- name : Build
106
106
run : script/ci_build.sh
107
107
- name : Install
108
- run : cmake --build build --target install
108
+ run : cmake --install ./ build --prefix /tmp/ci_ifdb
109
109
110
110
111
111
formatting-check :
You can’t perform that action at this time.
0 commit comments