Skip to content

Commit

Permalink
Merge branch 'master' into 201-cpr_so_linking
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jun 21, 2023
2 parents 2bbe3b6 + 1ecfb12 commit 46d14c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo "tools.cmake.cmaketoolchain:generator=Ninja" >> ~/.conan2/global.conf
mkdir build
conan install -o "influxdb_cxx/*":boost=${{ matrix.boost }} -o "influxdb_cxx/*":tests=True -s compiler.cppstd=17 --build=missing . -of build
conan install --build=missing -of build --requires "libcurl/7.87.0" --deploy full_deploy
conan install --build=missing -of build --requires "libcurl/7.87.0" --deployer full_deploy
- name: Build
run: |
export CL="/ID:\a\influxdb-cxx\influxdb-cxx\build\host\libcurl\7.87.0\Release\x86_64\include"
Expand Down

0 comments on commit 46d14c9

Please sign in to comment.