We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3b0e6 commit 30e92e5Copy full SHA for 30e92e5
.github/workflows/conan.yml
@@ -128,7 +128,7 @@ jobs:
128
shell: bash
129
run: |
130
conan profile detect
131
- conan create . --build=missing -s compiler.cppstd=14
+ conan create . --build=missing -s compiler.cppstd=14 -a:s compiler.cppstd=14 -o "abseil/*:shared=True"
132
133
build_linux_debian:
134
if: github.repository_owner == 'viamrobotics'
@@ -204,4 +204,4 @@ jobs:
204
205
pip install conan
206
207
0 commit comments