From 40a8abd6a568447c44c5cf05e099fc7529736aa9 Mon Sep 17 00:00:00 2001 From: offa Date: Thu, 2 Nov 2023 17:16:48 +0100 Subject: [PATCH] Conan fixup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abc45f8..18dfcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: conan profile detect 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 -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" --deployer full_deploy - name: Build run: |