summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2026-07-31 08:33:24 -0400
committerAnghelo Carvajal <angheloalf95@gmail.com>2026-07-31 08:33:24 -0400
commitd8e41875e2dd25b4f96827901d8faa49410f298c (patch)
treeb2c782c9e46e76bea7a1996e746dd700ee7d1802
parentdda71d0d290a6aeef017f2320d2b4bdf791ad551 (diff)
Select bash as the default shell
-rw-r--r--.github/workflows/ci.yml4
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: