Skip to content

Commit 84b1874

Browse files
committed
actually install
1 parent 9095b79 commit 84b1874

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/conan.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
conan profile detect
7171
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
7272
cmake . --preset conan-default
73-
cmake --build --preset=conan-release
73+
cmake --build --preset=conan-release --target all install -j 8
7474
env:
7575
CONAN_USER_HOME: c:/cache
7676
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
@@ -111,10 +111,6 @@ jobs:
111111
export BUF_CONFIG_DIR=$(mktemp -d)
112112
conan profile detect
113113
conan create . --build=missing -s compiler.cppstd=17
114-
- name: list stuff
115-
run: |
116-
ls
117-
tree
118114
119115
build_linux_ubuntu_jammy:
120116
if: github.repository_owner == 'viamrobotics'

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,11 @@ jobs:
6565
conan profile detect
6666
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
6767
cmake . --preset conan-default
68-
cmake --build --preset=conan-release
68+
cmake --build --preset=conan-release --target all install -j 8
6969
env:
7070
CONAN_USER_HOME: c:/cache
7171
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
7272

73-
- name: list stuff
74-
run: |
75-
ls
76-
ls build/
77-
tree
78-
7973
- name: Copy
8074
run: |
8175
cmake --install build-conan/build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}

0 commit comments

Comments
 (0)