Try a different workaround for git revision issue

This commit is contained in:
Ian Bell
2025-04-10 21:27:46 -04:00
parent 99cb597241
commit 0d68ee8a67
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
submodules: recursive
- name: Workaround bug with checkout in actions
if: ${{ runner.os != 'Windows' }}
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE

View File

@@ -24,6 +24,7 @@ jobs:
submodules: recursive
- name: Workaround bug with checkout in actions
if: ${{ runner.os != 'Windows' }}
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE