commit 29ec6da03a0c248f3548f4c3efe44c523ea22a0c
parent bf4031aeee6d5ed4eff2ae8c5a22acb3da6348f0
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 10 Jul 2021 00:16:23 +0200
Required property is missing: shell
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/c/make-install/action.yml b/.github/c/make-install/action.yml
@@ -3,7 +3,10 @@ runs:
   steps:
   - name: make
     run: make
+    shell: bash
   - name: make install
     run: make install
+    shell: bash
   - name: check diary version
     run: diary -v
+    shell: bash