mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-07 16:13:10 +00:00
sets shell to bash in ci
This commit is contained in:
parent
3d7d9ff649
commit
0426e4704e
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -9,26 +9,26 @@ jobs:
|
|||||||
icon: 🐧,
|
icon: 🐧,
|
||||||
label: Linux,
|
label: Linux,
|
||||||
os: ubuntu,
|
os: ubuntu,
|
||||||
runner: ubuntu-latest,
|
runner: ubuntu-latest
|
||||||
shell: bash --noprofile --norc -eo pipefail
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
icon: 🍎,
|
icon: 🍎,
|
||||||
label: macOS,
|
label: macOS,
|
||||||
os: macos,
|
os: macos,
|
||||||
runner: macos-13, # x86
|
runner: macos-13 # x86
|
||||||
shell: bash --noprofile --norc -eo pipefail
|
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
icon: 🏁,
|
icon: 🏁,
|
||||||
label: Windows,
|
label: Windows,
|
||||||
os: windows,
|
os: windows,
|
||||||
runner: windows-latest,
|
runner: windows-latest
|
||||||
shell: msys2
|
|
||||||
}
|
}
|
||||||
nim: [1.6.18]
|
nim: [1.6.18]
|
||||||
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
|
||||||
runs-on: ${{ matrix.platform.os }}-latest
|
runs-on: ${{ matrix.platform.os }}-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user