Skip to content

Commit

Permalink
Brew issues
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Oct 25, 2020
1 parent aac61df commit eaa0c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
for i in 1 2 3; do
echo "try $i" && \
${{ runner.os == 'Linux' && 'sudo apt-get update -y && sudo apt-get install fish csh' || true}} && \
${{ runner.os == 'macOS' && 'brew update -vvv && brew install fish tcsh' || true}} && \
${{ runner.os == 'macOS' && 'brew install fish tcsh' || true}} && \
${{ runner.os == 'Windows' && ( matrix.py == '2.7' || matrix.py == 'pypy2' ) && 'choco install vcpython27 --yes -f' || true }} && \
exit 0 || true;
done
Expand Down

0 comments on commit eaa0c50

Please sign in to comment.