Skip to content

Commit

Permalink
Ignore capstone wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 21, 2024
1 parent b6bd3a2 commit 4c8dcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
source angr_venv/bin/activate &> /dev/null || source angr_venv/Scripts/activate
export PIP_FIND_LINKS="wheels wheels-ubuntu"
if [[ $(uname) == "Darwin" || $(uname) == "Linux" ]]; then
pip install wheels/angr*$(arch | sed s/i386/x86_64/g).whl
pip install --no-binary capstone wheels/angr*$(arch | sed s/i386/x86_64/g).whl
else
pip install wheels/angr*.whl
fi
Expand Down

0 comments on commit 4c8dcb6

Please sign in to comment.