Skip to content

Commit 883773f

Browse files
[CI]Install python and conan
1 parent 0e02d43 commit 883773f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121

2222
- run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;26.3.11579264"
2323

24+
- uses: actions/setup-python@v5
25+
with:
26+
python-version: 3.12
27+
- run: pip install conan
28+
2429
- run: ./gradlew assemble
2530
working-directory: tests/0_sample_library
2631

0 commit comments

Comments
 (0)