From 50bfd08301e9f7c7fcf1d9b8328d19ebfa048b36 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Sun, 19 Sep 2021 01:10:03 +0200 Subject: [PATCH] Add shell --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0ecefbe..dd4fcec 100644 --- a/action.yml +++ b/action.yml @@ -15,3 +15,4 @@ runs: with: path: ~/.ccache key: ${{ inputs.key }} + shell: bash