mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-29 04:21:03 +00:00
ci: fix for questzdoom checkout, changed depth to all history
This commit is contained in:
parent
83010374f8
commit
aaa09bae6f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
||||||
- name: Checkout QuestZDoom
|
- name: Checkout QuestZDoom
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
path: VrSamples/QuestZDoom
|
path: VrSamples/QuestZDoom
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue