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)
echo "Apply patches in $real to frida/subprojects/$name"
cd subprojects/$name
git am ../../patches/$name/*.patch
git am ../../../patches/$name/*.patch
cd ../..
echo $i
done