Skip to content

Commit

Permalink
debug depends cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 24, 2023
1 parent 0543638 commit 7cc6665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- name: Build depends
run: |
cd depends
pwd
ls -l
ls -l built
make -j$(nproc) HOST=aarch64-linux-android ANDROID_SDK=${{ env.ANDROID_HOME }} ANDROID_NDK=${{ env.ANDROID_HOME }}/ndk/${{ env.ANDROID_NDK_VERSION }} ANDROID_API_LEVEL=${{ env.ANDROID_API_LEVEL }} ANDROID_TOOLCHAIN_BIN=${{ env.ANDROID_HOME }}/ndk/${{ env.ANDROID_NDK_VERSION }}/toolchains/llvm/prebuilt/linux-x86_64/bin
- name: Restore Ccache cache
Expand Down

0 comments on commit 7cc6665

Please sign in to comment.