Skip to content

Commit

Permalink
fix python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod committed May 25, 2024
1 parent c6f745c commit f8fc2b2
Showing 1 changed file with 1 addition 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 @@ -133,7 +133,7 @@ jobs:
run: |
sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install build-essential tree ninja-build gcc-multilib g++-multilib lib32stdc++-9-dev flex bison ruby ruby-dev python3-requests python3-setuptools python3-dev python3-pip libc6-dev libc6-dev-i386 -y
sudo gem install fpm -v 1.11.0 --no-document
python3 -m pip install lief
python3 -m pip install lief graphlib
- name: build frida for Android
shell: bash
Expand Down

0 comments on commit f8fc2b2

Please sign in to comment.