Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzzheyang committed May 21, 2024
1 parent 8e5eace commit e783539
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,11 @@ jobs:
cd ../../../
- name: Configure
run: >-
./configure
"--prefix=/home/runner/work/frida/dist"
--host=android-${{ matrix.arch }}
--enable-portal
--
-Dfrida-gum:devkits=gum,gumjs
-Dfrida-core:devkits=core
- name: Compile
run: make
shell: bash
run: |
cd frida
./configure "--prefix=/home/runner/work/frida/dist" --host=android-${{ matrix.arch }} --enable-portal -- -Dfrida-gum:devkits=gum,gumjs -Dfrida-core:devkits=core
make
- name: Check release version
id: checkReleaseVersion
Expand Down

0 comments on commit e783539

Please sign in to comment.