We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fe36e commit 489f5acCopy full SHA for 489f5ac
.github/workflows/base_tests.yml
@@ -27,12 +27,16 @@ jobs:
27
platform:
28
- os: linux
29
cpu: amd64
30
+ shell: bash
31
32
cpu: i386
33
34
- os: macos
35
36
37
- os: windows
38
39
+ shell: msys {0}
40
nim:
41
- branch: version-1-6
42
memory_management: refc
@@ -54,7 +58,7 @@ jobs:
54
58
55
59
defaults:
56
60
run:
57
- shell: msys2 {0}
61
+ shell: ${{ matrix.platform.shell }}
62
63
name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }} (Nim ${{ matrix.nim.branch }})'
64
# name: '${{ matrix.platform.os }}-${{ matrix.platform.cpu }}-${{ matrix.builder }}-${{ matrix.shell }} (Nim ${{ matrix.nim.branch }}-${{ matrix.nim.memory_management }})'
.github/workflows/msys2.yml
0 commit comments