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