Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed Jul 18, 2023
1 parent 42fb2a0 commit 9887a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
git clone --recurse-submodules https://github.com/frida/frida
cd frida
cd frida-core
git am ../../patchs/frida-core/*.patch
git am ../../patches/frida-core/*.patch
cd ../
make core-android-arm
make core-android-arm64
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store

0 comments on commit 9887a36

Please sign in to comment.