Skip to content

Commit

Permalink
test r25b
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed May 25, 2024
1 parent dd77d7f commit 7829b5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r25c
ndk-version: r25b
local-cache: true

- name: Set up Python 3.9
Expand All @@ -140,7 +140,11 @@ jobs:
run: |
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 }}
echo "ANDROID_NDK_ROOT=$ANDROID_NDK_ROOT"
tree $ANDROID_NDK_ROOT
git clone --recurse-submodules https://github.com/frida/frida
cd frida
for path in ../patches/*
Expand All @@ -154,6 +158,7 @@ jobs:
echo $i
done
cd ..
ARCHES="android-arm android-arm64 android-x86 android-x86_64"
for ARCH in $ARCHES
do
Expand Down

0 comments on commit 7829b5e

Please sign in to comment.