Skip to content

Commit 9d48241

Browse files
committed
fixup to fix shell
1 parent 291ae98 commit 9d48241

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
defaults:
10+
run:
11+
shell: bash -e -l {0}
12+
913
jobs:
1014
build-and-test:
1115
runs-on: ${{ matrix.os }}
@@ -21,6 +25,7 @@ jobs:
2125
uses: mamba-org/setup-micromamba@v1
2226
with:
2327
environment-name: ci
28+
init-shell: bash
2429
create-args: >-
2530
cmake
2631
fftw

0 commit comments

Comments
 (0)