From 402cb63f959725a30073a264a83abf16dab9ceee Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Wed, 20 Jul 2022 19:57:47 -0400 Subject: [PATCH] Explicitly pick a shell. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 6570763..5946e26 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,7 @@ runs: toolchain: nightly profile: minimal - name: Build rustdoc and check it + shell: bash run: | # Colorize output, since GitHub Actions terminals support color. export CARGO_TERM_COLOR=always