mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 10:08:52 +00:00
ci: improved github workflow
set fetch-depth back to 1 and add new git fetch for the submodule to fetch available tags up to 100 commits
This commit is contained in:
parent
f00da2bff1
commit
72c13d5977
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -58,9 +58,12 @@ jobs:
|
|||
- name: Checkout QuestZDoom
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 200
|
||||
fetch-depth: 1
|
||||
submodules: true
|
||||
path: VrSamples/QuestZDoom
|
||||
- run: git fetch --depth=100
|
||||
working-directory: ${{ matrix.progdir }}/jni/gzdoom-g3.3mgw_mobile
|
||||
|
||||
|
||||
# - uses: actions/cache@v3
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue