Skip to content

Commit

Permalink
instrument NDK toolchain paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 26ff603 commit 017a616
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
with:
packages: 'ndk;26.3.11579264'

- run: ls -lh $ANDROID_HOME/ndk/26.3.11579264/toolchains/
- run: find $ANDROID_HOME/ndk/26.3.11579264/toolchains -name 'aarch64-linux-android23-clang'
- run: ls -lhR $ANDROID_HOME/ndk/26.3.11579264/toolchains/llvm/prebuilt/

- name: expand ANDROID_HOME env var in conan profile
if: startsWith(matrix.config.compiler, 'ndk-')
run: perl -pi -e 's/\$ANDROID_HOME/$ENV{ANDROID_HOME}/g' .github/config/${{ matrix.config.os }}-${{ matrix.config.compiler }}/conan/profiles/host
Expand All @@ -87,9 +91,6 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan setuptools

- run: conan profile detect
- run: conan profile show

- name: conan config
run: conan config install .github/config/${{ matrix.config.os }}-${{ matrix.config.compiler }}/conan

Expand Down

0 comments on commit 017a616

Please sign in to comment.