Skip to content

Commit 350bae0

Browse files
authored
Merge pull request #248 from offa/247-ci_boost
Fix Boost installation on CI builds (#247)
2 parents 2dd80d7 + 0da9de0 commit 350bae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/ci_setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ fi
2020

2121
conan install \
2222
-of . \
23-
-o "influxdb_cxx/*":system=True \
24-
-o "influxdb_cxx/*":tests=True \
23+
-o "&:system=True" \
24+
-o "&:tests=True" \
2525
-s compiler.cppstd=20 \
2626
--build=missing \
2727
..

0 commit comments

Comments
 (0)