I have my layout for blank slate configured/built through github actions. I just made a small change and got very confusing CI error:
CMake Error at /__w/blank-slate-zmk-config/blank-slate-zmk-config/blank-slate-zmk-module/boards/arm/lpgalaxy_blank_slate/board.cmake:4 (include):
include could not find requested file:
/__w/blank-slate-zmk-config/blank-slate-zmk-config/zephyr/boards/common/uf2.board.cmake
Call Stack (most recent call first):
/__w/blank-slate-zmk-config/blank-slate-zmk-config/zephyr/cmake/modules/kernel.cmake:169 (include)
/__w/blank-slate-zmk-config/blank-slate-zmk-config/zephyr/cmake/modules/zephyr_default.cmake:117 (include)
/__w/blank-slate-zmk-config/blank-slate-zmk-config/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/__w/blank-slate-zmk-config/blank-slate-zmk-config/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:8 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.veCxHIDcXc -GNinja -DBOARD=lpgalaxy_blank_slate -DZMK_CONFIG=/__w/blank-slate-zmk-config/blank-slate-zmk-config/config -S/__w/blank-slate-zmk-config/blank-slate-zmk-config/zmk/app
Any ideas why this might be? (link to full log)