Try enabling globstar

`**/*.h` etc. seem to not be working. On bash this is disabled by default. We will try enabling it with `shopt -s globstar`
This commit is contained in:
David Holdeman 2024-03-03 21:16:39 -06:00 committed by rusefillc
parent bc2e1322b6
commit e867038bfa
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
shopt -s globstar
git config --local user.email "action@github.com"
git config --local user.name "GitHub gen-default-tune Action"
echo See https://github.com/rusefi/rusefi/issues/2446