From 996f1f54154cbf2bbb457874e6f96f58af371730 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2023 18:43:35 +0100 Subject: [PATCH] Update Circle CI workflow to get Scintilla submodules This is necessary since 3ed5e42441 (Merge branch 'scintilla-5.0' of https://github.com/MaartenBent/wxWidgets, 2023-02-20). See #23117. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7a5af4677..085ac0b937 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: - run: name: Checkout required submodules command: | - git submodule update --init 3rdparty/catch 3rdparty/nanosvg + git submodule update --init 3rdparty/catch 3rdparty/nanosvg src/stc/scintilla src/stc/lexilla - restore_cache: name: Restore ccache