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 3838 - name : Check deployment as cmake subdirectory
3939 run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=ON -DINFLUXCXX_WITH_BOOST=${{ matrix.boost }}
4040 - name : Install
41- run : cmake --build build --target install
41+ run : cmake --install build
4242 - name : Check installed library
4343 run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=OFF
4444
@@ -97,15 +97,15 @@ jobs:
9797 run : |
9898 export HOMEBREW_NO_AUTO_UPDATE=1
9999 export HOMEBREW_NO_INSTALL_CLEANUP=1
100- pip3 install -U conan
101100 brew install boost
101+ pipx install conan
102102 conan profile detect
103103 mkdir build
104104 conan install -o "influxdb_cxx/*":system=True -o "influxdb_cxx/*":tests=True -s compiler.cppstd=20 --build=missing . -of build
105105 - name : Build
106106 run : script/ci_build.sh
107107 - name : Install
108- run : cmake --build build --target install
108+ run : cmake --install ./ build --prefix /tmp/ci_ifdb
109109
110110
111111 formatting-check :
You can’t perform that action at this time.
0 commit comments