Skip to content

Commit 09163ef

Browse files
committed
fix shell selection
1 parent 674d21f commit 09163ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ runs:
4545
- uses: mamba-org/setup-micromamba@v1
4646
if: runner.os == 'macOS' && contains(inputs.compiler, 'lfortran')
4747
with:
48-
init-shell: >-
49-
bash
50-
powershell
51-
cmd.exe
48+
init-shell: bash
5249
post-cleanup: 'all'
5350

5451
# Set up the selected toolchain or compiler

0 commit comments

Comments
 (0)