fix bug
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
|
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
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/*
|
||||||
do
|
do
|
||||||
name=$(basename $path)
|
name=$(basename $path)
|
||||||
real=$(realpath $path)
|
real=$(realpath $path)
|
||||||
|
|||||||
Reference in New Issue
Block a user