Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod authored Nov 20, 2023
1 parent 0cbd6a9 commit c1ea5de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
tree $ANDROID_NDK_ROOT
git clone --recurse-submodules https://github.com/frida/frida
cd frida
for path in ../patches/*
Expand All @@ -153,10 +154,10 @@ jobs:
cd ..
echo $i
done
make core-android-arm || cat build/tmp-android-arm/frida-gum/meson-logs/meson-log.txt
make core-android-arm64 || cat build/tmp-android-arm64/frida-gum/meson-logs/meson-log.txt
make core-android-x86 || cat build/tmp-android-x86/frida-gum/meson-logs/meson-log.txt
make core-android-x86_64 || cat build/tmp-android-x86_64/frida-gum/meson-logs/meson-log.txt
make core-android-arm
make core-android-arm64
make core-android-x86
make core-android-x86_64
- name: Split Repository Name
id: split_name
Expand Down

0 comments on commit c1ea5de

Please sign in to comment.