Skip to content

Commit 7d2747b

Browse files
authored
Merge pull request #240 from offa/ci/osx
Fix broken OS X CI build
2 parents a89a290 + 4cb2a12 commit 7d2747b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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

@@ -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:

0 commit comments

Comments
 (0)