Skip to content

Commit 3f5c457

Browse files
committed
Fix broken OS X CI build (#239)
1 parent 4609896 commit 3f5c457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

@@ -123,15 +123,15 @@ jobs:
123123
run: |
124124
export HOMEBREW_NO_AUTO_UPDATE=1
125125
export HOMEBREW_NO_INSTALL_CLEANUP=1
126-
pip3 install -U conan
127126
brew install boost
127+
pipx install conan
128128
conan profile detect
129129
mkdir build
130130
conan install -o "influxdb-cxx/*":system=True -o "influxdb-cxx/*":tests=True -s compiler.cppstd=17 --build=missing . -of build
131131
- name: Build
132132
run: script/ci_build.sh
133133
- name: Install
134-
run: cmake --build build --target install
134+
run: cmake --install ./build --prefix /tmp/ci_ifdb
135135

136136

137137
formatting-check:

0 commit comments

Comments
 (0)