mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-25 02:31:12 +00:00
ci: fix revision update not working correctly
This commit is contained in:
parent
706d21a3c2
commit
93587c7336
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: true
|
submodules: true
|
||||||
path: XrSamples/QuestZDoom
|
path: XrSamples/QuestZDoom
|
||||||
- run: git fetch --depth=100
|
- run: git fetch --deepen=100
|
||||||
working-directory: ${{ matrix.progdir }}/jni/gzdoom-g3.3mgw_mobile
|
working-directory: ${{ matrix.progdir }}/jni/gzdoom-g3.3mgw_mobile
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue