Skip to content

Commit f38d59b

Browse files
committed
Fix windows CI
1 parent 13bb801 commit f38d59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci_fetch_deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def main():
8888
elif TARGET == "windows":
8989
# This builds one board from a number of ports so fill out a bunch of submodules
9090
for port in ("atmel-samd", "nrf", "raspberrypi", "stm"):
91+
submodules.append(f"ports/{port}")
9192
submodules.extend(PORT_DEPS[port])
9293
unique_submodules = set(submodules)
9394
submodules = list(unique_submodules)

0 commit comments

Comments
 (0)