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 e4fde3b commit 603c148Copy full SHA for 603c148
.github/workflows/conan.yml
@@ -130,7 +130,7 @@ jobs:
130
shell: bash
131
run: |
132
conan profile detect
133
- conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "abseil/*:shared=True"
+ conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "*:shared=True"
134
135
build_linux_debian:
136
if: github.repository_owner == 'viamrobotics'
@@ -207,4 +207,4 @@ jobs:
207
208
pip install conan
209
210
0 commit comments