From c64c6523b6a323254aa7211620ee963d8278beb3 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 23 Feb 2024 21:00:37 -0500 Subject: [PATCH] specify shell --- .github/actions/dab_tests/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/dab_tests/action.yaml b/.github/actions/dab_tests/action.yaml index c46cd528b..882560bec 100644 --- a/.github/actions/dab_tests/action.yaml +++ b/.github/actions/dab_tests/action.yaml @@ -15,6 +15,7 @@ inputs: required: true runs: using: composite + shell: bash steps: - name: Install build requirements run: sudo apt-get update && sudo apt-get install -y libsasl2-dev libldap2-dev libssl-dev libxmlsec1-dev