8000 sync submodules when building sketches · mcspr/esp8266-Arduino@c64cc6a · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 1 deletion
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 4327 -python@v5
105105
with:
106106
python-version: '3.x'

0 commit comments

Comments
 (0)
0