Skip to content

Commit 489f5ac

Browse files
committed
wip
1 parent 28fe36e commit 489f5ac

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.github/workflows/base_tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ jobs:
2727
platform:
2828
- os: linux
2929
cpu: amd64
30+
shell: bash
3031
- os: linux
3132
cpu: i386
33+
shell: bash
3234
- os: macos
3335
cpu: amd64
36+
shell: bash
3437
- os: windows
3538
cpu: amd64
39+
shell: msys {0}
3640
nim:
3741
- branch: version-1-6
3842
memory_management: refc
@@ -54,7 +58,7 @@ jobs:
5458

5559
defaults:
5660
run:
57-
shell: msys2 {0}
61+
shell: ${{ matrix.platform.shell }}
5862

5963
name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }} (Nim ${{ matrix.nim.branch }})'
6064
# name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }}-${{ matrix.builder }}-${{ matrix.shell }} (Nim ${{ matrix.nim.branch }}-${{ matrix.nim.memory_management }})'

.github/workflows/msys2.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)