Skip to content

Commit

Permalink
Use new pysoot version
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 10, 2024
1 parent c99b67a commit 87e20a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- run: git clone https://github.com/angr/angr-platforms.git
- run: pip install ./angr-platforms
# pysoot
- run: git clone https://github.com/angr/pysoot.git -b set-heap-from-env
- run: pip install -e ./pysoot # Regular install doesn't work... see angr/pysoot#12
- run: git clone https://github.com/angr/pysoot.git -b refactor/jpype
- run: pip install ./pysoot
# archr, dep of rex
- run: git clone https://github.com/angr/archr.git
- run: pip install ./archr
Expand Down

0 comments on commit 87e20a0

Please sign in to comment.