Skip to content

Commit 30e92e5

Browse files
committed
add fix lines for debian and jammy
1 parent 4c3b0e6 commit 30e92e5

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
@@ -128,7 +128,7 @@ jobs:
128128
shell: bash
129129
run: |
130130
conan profile detect
131-
conan create . --build=missing -s compiler.cppstd=14
131+
conan create . --build=missing -s compiler.cppstd=14 -a:s compiler.cppstd=14 -o "abseil/*:shared=True"
132132
133133
build_linux_debian:
134134
if: github.repository_owner == 'viamrobotics'
@@ -204,4 +204,4 @@ jobs:
204204
205205
pip install conan
206206
conan profile detect
207-
conan create . --build=missing -s compiler.cppstd=14
207+
conan create . --build=missing -s compiler.cppstd=14 -a:s compiler.cppstd=14 -o "abseil/*:shared=True"

0 commit comments

Comments
 (0)