Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Potential fix for submodule error
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Feb 4, 2022
1 parent b9d54a4 commit c249554
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
apk add --no-cache tar git
- name: Potential broken submodules fix
run: |
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
- uses: actions/checkout@v2
name: Checkout Repository

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/slow-tests.yml
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
apk add --no-cache tar git
- name: Potential broken submodules fix
run: |
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
- uses: actions/checkout@v2
name: Checkout Repository

Expand Down

0 comments on commit c249554

Please sign in to comment.