Update build.yml

This commit is contained in:
Ylarod
2024-05-25 09:03:50 +08:00
committed by GitHub
parent 283d4c2952
commit fcc6e1546e

View File

@@ -149,7 +149,7 @@ jobs:
real=$(realpath $path) real=$(realpath $path)
echo "Apply patches in $real to frida/subprojects/$name" echo "Apply patches in $real to frida/subprojects/$name"
cd subprojects/$name cd subprojects/$name
git am ../../patches/$name/*.patch git am ../../../patches/$name/*.patch
cd ../.. cd ../..
echo $i echo $i
done done