mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Workaround github actions vs nongnu error
This commit is contained in:
parent
c063a86bb4
commit
05e8e34ad3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/bwrap.yml
vendored
3
.github/workflows/bwrap.yml
vendored
|
|
@ -22,6 +22,9 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
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
|
- name: Query cache for sources
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue