Skip to content

Commit

Permalink
Add binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Nov 1, 2023
1 parent 6727d83 commit bc7f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
sudo apt-get update && sudo apt-get install gcc make strip unzip openjdk-19-jdk graphviz-dev -y
sudo apt-get update && sudo apt-get install gcc make binutils unzip openjdk-19-jdk graphviz-dev -y
pip3 install -e .
pip3 install angr pytest
- name: Run verification tests
Expand Down

0 comments on commit bc7f0f8

Please sign in to comment.