test r25b
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
id: setup-ndk
|
id: setup-ndk
|
||||||
uses: nttld/setup-ndk@v1
|
uses: nttld/setup-ndk@v1
|
||||||
with:
|
with:
|
||||||
ndk-version: r25c
|
ndk-version: r25b
|
||||||
local-cache: true
|
local-cache: true
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
@@ -140,7 +140,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
|
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
|
git clone --recurse-submodules https://github.com/frida/frida
|
||||||
cd frida
|
cd frida
|
||||||
for path in ../patches/*
|
for path in ../patches/*
|
||||||
@@ -154,6 +158,7 @@ jobs:
|
|||||||
echo $i
|
echo $i
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
ARCHES="android-arm android-arm64 android-x86 android-x86_64"
|
ARCHES="android-arm android-arm64 android-x86 android-x86_64"
|
||||||
for ARCH in $ARCHES
|
for ARCH in $ARCHES
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user