Skip to content

Commit 9095b79

Browse files
committed
typos
1 parent d292417 commit 9095b79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/conan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6969
refreshenv
7070
conan profile detect
71-
conan install . --output-folder=build --build=missing -o "&:shared=false"
71+
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
7272
cmake . --preset conan-default
7373
cmake --build --preset=conan-release
7474
env:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6464
refreshenv
6565
conan profile detect
66-
conan create . `
67-
--build=missing `
68-
-o "&:shared=False"
66+
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
67+
cmake . --preset conan-default
68+
cmake --build --preset=conan-release
6969
env:
7070
CONAN_USER_HOME: c:/cache
7171
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Copy
8080
run: |
81-
cmake --install build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}
81+
cmake --install build-conan/build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}
8282
8383
- name: Create tar
8484
run: |

0 commit comments

Comments
 (0)