Use bash shell even for windows

This commit is contained in:
Anthony MOI
2020-02-25 16:39:58 -05:00
parent f87ab05266
commit d470222138

View File

@ -61,6 +61,7 @@ jobs:
run: python setup.py bdist_wheel
- name: Rename wheels
shell: bash
working-directory: ./bindings/python/dist
run: for file in *.whl ; do mv $file ${file//macosx_10_15/macosx_10_10} ; done