Juggling with workflow

This commit is contained in:
XargonWan 2022-09-21 10:11:29 +02:00 committed by GitHub
parent e470d26c6b
commit 950b7193ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,10 +63,12 @@ jobs:
if [ -d .git/modules ]; then
rm -rfv .git/modules/*
fi
# Adding the real submodules, please update this every time a submodule is added
if [ -d shared-modules ]; then
git rm -rf shared-modules
fi
fi
git submodule add https://github.com/flathub/shared-modules.git shared-modules
if [ -d rd-submodules/retroarch ]; then