Skip to content

Commit 38667a8

Browse files
committed
format fix
1 parent 6728c57 commit 38667a8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/conan.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ jobs:
9696
refreshenv
9797
conan profile detect
9898
conan create . --build=missing -s compiler.cppstd=17
99-
with:
100-
env:
101-
CONAN_USER_HOME: c:/cache
102-
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
99+
env:
100+
CONAN_USER_HOME: c:/cache
101+
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
103102

104103
build_macos:
105104
if: github.repository_owner == 'viamrobotics'

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ jobs:
9393
run: |
9494
conan profile detect
9595
conan create . --build=missing -s compiler.cppstd=17
96-
with:
97-
env:
98-
CONAN_USER_HOME: c:/cache
99-
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
96+
env:
97+
CONAN_USER_HOME: c:/cache
98+
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
10099

101100
#- name: Build
102101
#run: |

0 commit comments

Comments
 (0)