Skip to content

Commit

Permalink
Install jython with -e
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 14, 2023
1 parent 95fdd5f commit 5c66a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: pip install ./angr-platforms
# pysoot
- run: git clone https://github.com/angr/pysoot.git
- run: pip install ./pysoot
- run: pip install -e ./pysoot # Regular install doesn't work... see angr/pysoot#12
# archr, dep of rex
- run: git clone https://github.com/angr/archr.git
- run: pip install ./archr
Expand Down

0 comments on commit 5c66a79

Please sign in to comment.