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:
Emanuele Disco 2023-01-02 17:43:42 +09:00
parent f00da2bff1
commit 72c13d5977

View file

@ -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: