From 266261d7565d28196b5fc450927cd1d65529157c Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 23 Jul 2021 09:14:55 -0700 Subject: [PATCH] specify shell --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index ca14074..a5c4948 100644 --- a/action.yml +++ b/action.yml @@ -7,3 +7,4 @@ runs: git clone https://github.com/mach-kernel/cadius /tmp/cadius && make -C /tmp/cadius && sudo make -C /tmp/cadius install + shell: bash