CI: Fix board manifest PORT_DIR var.
This commit is contained in:
parent
5ff24aabe7
commit
4dbd106611
@ -1,5 +1,5 @@
|
||||
# micropython/ports/rp2/../../../
|
||||
MODULES_PY = "{PORT_DIR}/../../../pimoroni-pico/micropython/modules_py"
|
||||
MODULES_PY = "$(PORT_DIR)/../../../pimoroni-pico/micropython/modules_py"
|
||||
|
||||
# SD Card
|
||||
require("sdcard")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user