Skip to content

Commit 603c148

Browse files
committed
just do all shared
1 parent e4fde3b commit 603c148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
shell: bash
131131
run: |
132132
conan profile detect
133-
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "abseil/*:shared=True"
133+
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "*:shared=True"
134134
135135
build_linux_debian:
136136
if: github.repository_owner == 'viamrobotics'
@@ -207,4 +207,4 @@ jobs:
207207
208208
pip install conan
209209
conan profile detect
210-
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "abseil/*:shared=True"
210+
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "*:shared=True"

0 commit comments

Comments
 (0)