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:
parent
a0be352a3f
commit
996f1f5415
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue