fix: Submodule update in workflow

This commit is contained in:
daudix-UFO
2023-10-14 15:35:34 +00:00
parent eb5990a208
commit 4c4e3486d3

View File

@ -6,7 +6,7 @@ clone:
- if [ -d .exoci/duckquill ]; then
- cd .exoci/duckquill
- git pull
- git submodule update
- git submodule update --remote --merge
- else
- git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill
- fi