From fa978ce9a5992abf10f32bf540b561a861eb9bd3 Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Fri, 16 Aug 2024 18:08:48 -0700 Subject: [PATCH] specify bash shell for diff check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for windows compatibility 🤞 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d8016..fefbad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: exit 1 # check whether niwot.out has changed - name: Check whether niwot.out has changed + shell: bash run: | if git diff --exit-code Sites/Niwot/niwot.out; then echo "Success: Niwot.out created and has not changed"