File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
rustjswasm/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,15 @@ jobs:
8888 make dist-py-sdist
8989 make dist-py-wheel
9090 make dist-check
91+ shell: bash
9192 if: matrix.os == 'ubuntu-latest'
9293
9394 - name: Make dist (Macos / Windows)
9495 run: |
9596 rm -rf dist
9697 make dist-py-wheel
9798 make dist-check
99+ shell: bash
98100 env:
99101 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
100102 if: matrix.os != 'ubuntu-latest'
Original file line number Diff line number Diff line change 9595 make dist-py-sdist
9696 make dist-py-wheel
9797 make dist-check
98+ shell: bash
9899 env:
99100 CIBW_BUILD: {% raw %} "${{ matrix.cibuildwheel }}-manylinux*"{% endraw %}
100101 if: matrix.os == 'ubuntu-latest'
@@ -104,6 +105,7 @@ jobs:
104105 rm -rf dist
105106 make dist-py-wheel
106107 make dist-check
108+ shell: bash
107109 env:
108110 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
109111 if: matrix.os != 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments