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 }}
|
||||
git clone --recurse-submodules https://github.com/frida/frida
|
||||
cd frida
|
||||
for path in ../patches
|
||||
for path in ../patches/*
|
||||
do
|
||||
name=$(basename $path)
|
||||
real=$(realpath $path)
|
||||
|
||||
Reference in New Issue
Block a user