Skip to content

Commit 04c81e2

Browse files
[CI] set up conan in emulator job too
1 parent d9df45b commit 04c81e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,20 @@ jobs:
126126
java-version: 17
127127
- uses: android-actions/setup-android@v3
128128

129+
- name: setup python 3.12
130+
uses: actions/setup-python@v5
131+
with:
132+
python-version: 3.12
133+
- name: install python dependencies
134+
run: pip install --upgrade pip conan
135+
136+
- run: |
137+
conan config install .github/conan
138+
conan profile list
139+
conan profile show
140+
141+
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
142+
129143
- name: Enable KVM group perms
130144
run: |
131145
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)