Skip to content

Commit 28ca03e

Browse files
committed
activate venv for bonus upload
1 parent 9a62ae4 commit 28ca03e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conan-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
- name: Upload additional deps
149149
if: inputs.upload_deps && !(matrix.runner == 'buildjet-8vcpu-ubuntu-2204' && matrix.image == 'ubuntu:22.04')
150150
run: |
151+
. ./conan_venv/bin/activate
152+
151153
conan upload "boost/*" -r viamconan -c
152154
conan upload "grpc/*" -r viamconan -c
153155
conan upload "protobuf/*" -r viamconan -c

0 commit comments

Comments
 (0)