From d1e1ca7fd2e5db23217b9100bd009ebdd52a9936 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 14 Apr 2025 18:08:31 +0000 Subject: [PATCH] ci: fix "locale: upload to crowdin" task follow-up https://github.com/spesmilo/electrum/pull/9726 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7fdb9d6b3..d80d260c7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,6 +80,8 @@ task: - apt-get -y install gettext qt6-l10n-tools - pip install -r $ELECTRUM_REQUIREMENTS_CI - pip install requests + submodules_script: + - git submodule update --init locale_script: - contrib/locale/push_locale.py env: