This commit is contained in:
Ylarod
2023-07-20 10:37:41 +08:00
parent 19563e9b48
commit 00108d017d

View File

@@ -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)