mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 18:22:02 +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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
path: VrSamples/QuestZDoom
|
||||
|
||||
|
|
Loading…
Reference in a new issue