Fix windows CI

This commit is contained in:
Scott Shawcroft 2023-04-19 16:02:01 -07:00
parent 13bb801211
commit f38d59be2c
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -88,6 +88,7 @@ def main():
elif TARGET == "windows":
# This builds one board from a number of ports so fill out a bunch of submodules
for port in ("atmel-samd", "nrf", "raspberrypi", "stm"):
submodules.append(f"ports/{port}")
submodules.extend(PORT_DEPS[port])
unique_submodules = set(submodules)
submodules = list(unique_submodules)