diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2026-07-31 08:33:24 -0400 |
|---|---|---|
| committer | Anghelo Carvajal <angheloalf95@gmail.com> | 2026-07-31 08:33:24 -0400 |
| commit | d8e41875e2dd25b4f96827901d8faa49410f298c (patch) | |
| tree | b2c782c9e46e76bea7a1996e746dd700ee7d1802 | |
| parent | dda71d0d290a6aeef017f2320d2b4bdf791ad551 (diff) | |
Select bash as the default shell
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 109291071..27849fe0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,10 @@ jobs: name: Build repo (${{ matrix.version }}) runs-on: ubuntu-latest + defaults: + run: + shell: bash + strategy: fail-fast: false matrix: |
