CI: Don't monkey with manifest.py paths.

This commit is contained in:
Phil Howard 2023-03-28 22:12:00 +01:00
parent cce02feabd
commit 3bdb27458f
2 changed files with 0 additions and 6 deletions

View File

@ -3,6 +3,3 @@ set(MICROPY_BOARD PICO_W)
set(MICROPY_PY_LWIP ON)
set(MICROPY_PY_NETWORK_CYW43 ON)
# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_ENVIRO/manifest.py)

View File

@ -3,6 +3,3 @@ set(MICROPY_BOARD PICO_W)
set(MICROPY_PY_LWIP ON)
set(MICROPY_PY_NETWORK_CYW43 ON)
# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_INKY/manifest.py)