Skip to content

Commit

Permalink
Do [[ instead of [
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 17, 2024
1 parent 6ea30b6 commit e3f3b53
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 @@ -138,7 +138,7 @@ jobs:
python -m venv angr_venv
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
if [[ $(uname) == "Darwin" || $(uname) == "Linux" ]]; then
pip install wheels/angr*$(arch).whl
else
pip install wheels/angr*.whl
Expand Down

0 comments on commit e3f3b53

Please sign in to comment.