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.
This commit is contained in:
Vadim Zeitlin 2023-02-20 18:43:35 +01:00
parent a0be352a3f
commit 996f1f5415

View file

@ -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