Skip to content

Commit

Permalink
Use custom angr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 20, 2023
1 parent e1bf90d commit 831f8c7
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 @@ -84,7 +84,7 @@ jobs:
- run: git clone https://github.com/angr/ailment.git
- run: pip install ./ailment
# angr
- run: git clone https://github.com/angr/angr.git
- run: git clone https://github.com/angr/angr.git -b fix/cfgfast-make-return-edges-not-assume-integer
- run: sed -i 's/pyvex[^"]*/pyvex/g' angr/pyproject.toml # FIXME: temporary workaround for == versions
- run: pip install ./angr
# angr management
Expand Down

0 comments on commit 831f8c7

Please sign in to comment.