commit: 05e8e34ad3cd6f717fed41d023a2572a5c960bfc
parent c063a86bb4f35273ed99214434229592367cad0d
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 28 Apr 2023 22:19:29 +1000
Workaround github actions vs nongnu error
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml
@@ -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