Skip to content

Commit

Permalink
specify bash shell for diff check
Browse files Browse the repository at this point in the history
for windows compatibility 🤞
  • Loading branch information
dlebauer authored Aug 17, 2024
1 parent b36de4e commit fa978ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa978ce

Please sign in to comment.