Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzzheyang authored Nov 23, 2023
1 parent d6eb9f0 commit 34efda7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ jobs:
git clone --recurse-submodules https://github.com/frida/frida
cd frida/frida-core
git am ../../Patchs/strongR-frida/frida-core/*.patch
cd ../frida-gum/gum
- name: two step patch
shell: bash
run: |
cd frida/frida-gum/gum
git am ../../../Patchs/strongR-frida/frida-gum/*.patch
cd ../../
make core-android-arm
Expand Down

0 comments on commit 34efda7

Please sign in to comment.