Skip to content

Commit 05ef55a

Browse files
committed
.
1 parent 3d2cd28 commit 05ef55a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rust/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

rustjswasm/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
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'

0 commit comments

Comments
 (0)