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