mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-25 21:14:58 +00:00
ci: set fetch-depth to 0 for submodule checkout
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
1
.github/workflows/makefile.yml
vendored
1
.github/workflows/makefile.yml
vendored
@@ -121,6 +121,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache cross Folder
|
- name: Cache cross Folder
|
||||||
id: cache-cross
|
id: cache-cross
|
||||||
|
Reference in New Issue
Block a user