Skip to content

Commit c64cc6a

Browse files
committed
sync submodules when building sketches
1 parent 2591527 commit c64cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- uses: actions/checkout@v4
102102
with:
103-
submodules: false
103+
submodules: true
104104
- uses: actions/setup-python@v5
105105
with:
106106
python-version: '3.x'

0 commit comments

Comments
 (0)