Skip to content

Commit 6179ddd

Browse files
committed
typo fix
1 parent 7331ac5 commit 6179ddd

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
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
run: |
131131
conan profile detect
132-
conan create . --build=missing -s compiler.cppstd=14 -a:s compiler.cppstd=14 -o "abseil/*:shared=True"
132+
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "abseil/*:shared=True"
133133
134134
build_linux_debian:
135135
if: github.repository_owner == 'viamrobotics'
@@ -205,4 +205,4 @@ jobs:
205205
206206
pip install conan
207207
conan profile detect
208-
conan create . --build=missing -s compiler.cppstd=14 -a:s compiler.cppstd=14 -o "abseil/*:shared=True"
208+
conan create . --build=missing -s compiler.cppstd=14 -s:a compiler.cppstd=14 -o "abseil/*:shared=True"

0 commit comments

Comments
 (0)