diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 903bd9f9a4..504797ec7f 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -54,6 +54,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/iSponsorBlock git add . + git submodule update --init --recursive --remote Tweaks/protobuf + git add . git submodule update --init --recursive git commit -m "updated submodules" git push