Skip to content

Commit

Permalink
ci: Enable cle pdb feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jul 16, 2024
1 parent 67229ee commit e06cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python -m pip install -U pip wheel setuptools unicorn==2.0.1.post1
pip install git+https://github.com/eliben/pyelftools.git
pip install git+https://github.com/angr/archinfo.git@$TAG
pip install git+https://github.com/angr/pyvex.git@$TAG
pip install git+https://github.com/angr/cle.git@$TAG#egg=cle[ar,minidump,uefi,xbe]
pip install git+https://github.com/angr/cle.git@$TAG#egg=cle[ar,minidump,uefi,xbe,pdb]
pip install git+https://github.com/angr/claripy.git@$TAG
pip install git+https://github.com/angr/ailment.git@$TAG
pip install $EXTRA_ANGR_INSTALL_ARGS --no-build-isolation git+https://github.com/angr/angr.git@$TAG#egg=angr[pcode]
Expand Down

0 comments on commit e06cb55

Please sign in to comment.