Workaround github actions vs nongnu error

This commit is contained in:
fosslinux 2023-04-28 22:19:29 +10:00
parent c063a86bb4
commit 05e8e34ad3
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
# There is a strange bug(?) in nongnu, when you clone a git repository
# against a commit != HEAD with depth=1, it errors out.
fetch-depth: 0
- name: Query cache for sources
id: cache
uses: actions/cache/restore@v3