From 05e8e34ad3cd6f717fed41d023a2572a5c960bfc Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 28 Apr 2023 22:19:29 +1000 Subject: [PATCH] Workaround github actions vs nongnu error --- .github/workflows/bwrap.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml index d32ce36..190d71d 100644 --- 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