Skip to content

Commit

Permalink
Merge pull request #240 from offa/ci/osx
Browse files Browse the repository at this point in the history
Fix broken OS X CI build
  • Loading branch information
offa authored May 13, 2024
2 parents a89a290 + 4cb2a12 commit 7d2747b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check deployment as cmake subdirectory
run: script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=ON -DINFLUXCXX_WITH_BOOST=${{ matrix.boost }}
- name: Install
run: cmake --build build --target install
run: cmake --install build
- name: Check installed library
run: script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=OFF

Expand Down Expand Up @@ -97,15 +97,15 @@ jobs:
run: |
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALL_CLEANUP=1
pip3 install -U conan
brew install boost
pipx install conan
conan profile detect
mkdir build
conan install -o "influxdb_cxx/*":system=True -o "influxdb_cxx/*":tests=True -s compiler.cppstd=20 --build=missing . -of build
- name: Build
run: script/ci_build.sh
- name: Install
run: cmake --build build --target install
run: cmake --install ./build --prefix /tmp/ci_ifdb


formatting-check:
Expand Down

0 comments on commit 7d2747b

Please sign in to comment.