From 9830d5a133f512021535074805ee5a581f9035de Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:36:18 +0200 Subject: [PATCH] Use bash as default shell --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2307c0c..77ec144 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,9 @@ jobs: test: # The type of runner that the job will run on runs-on: ubuntu-24.04 - + defaults: + run: + shell: bash # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -35,7 +37,6 @@ jobs: - name: Install packages and setup networking run: | sudo -s <